基于Android的食物储藏信息管理软件的设计与实现毕业论文.docx
文本预览下载声明
基于Android的食物储藏信息管理软件的设计与实现
当今3G网络的大规模建立和智能手机的迅速普及,一个新的时代--移动互联网已经微笑着迎面而来。移动互联网与智能手机有着自身独特的优势,使得人们更方便的办公、娱乐,生活更加轻松。为了使人们对家庭里的食物能够更科学的管理,让人们随时随地能了解家庭所储藏食物的情况,及时让人们购买所需要的食物,本文提出一个基于Android的食物储藏信息管理软件的解决方案。运用android语言配合SQLite数据库开发一款手机软件。人们通过手机了解家里的食物信息并对食物进行管理。该软件可以根据家庭储藏的食物具体信息及个人设置,对各种食物可进行食用量不足提醒,同时,也可以根据所储藏的食物情况,生成相应的购物单,方便人们理性购物。
食物储藏;Android;SQLite;科学管理;轻松购物
Design and Implementation ofFood Storage Management Software Based on Android
Todays 3G network of large-scale establish and the rapid popularization of smart phones, a new era--mobile Internet has come with a smile. Mobile Internet and smart phones has its unique advantages.Peoples office work ,entertainment can become more convenient and relaxing by useing them.In order to enable people manage food more scientific in family,let them master their food in storeroom whenever and wherever possible and buy food what they need in time.This paper puts forward a solution abaut Android based food storage information management software . we develop a mobile software by android language and SQLite database.People know about the information of food and manage the information of food by phone.According to personal set,it can remind you if the food is not enough.It also can be based on the storage of food and make a shopping list .And it also is convenient for people to have a rational shopping.
Food storage;Android;SQLite;Scientific management;Easy shopping
目 录
TOC \o 1-3 \h \z \u 1 背景、意义与目的 1
1.1 课题开发背景 1
1.2 课题开发意义 1
1.3 课题开发目的 1
2 系统分析 2
2.1 可行性分析 2
2.2 系统流程图 2
2.3 系统开发运行环境 2
2.4 需求分析设计 3
2.4.1 添加食物界面 3
2.4.2 查看食物界面 3
2.4.3 修改删除食物界面 3
2.4.4 设置提醒界面 3
2.4.5 购买清单界面 4
2.5 设计原则及一般要求 4
3 系统设计 4
3.1 模块设计 4
3.2 详细功能模块设计 5
3.2.1 食物储存信息管理软件模块架构 5
3.2.2 添加食物模块 6
3.2.3 查看食物模块 6
3.2.4 修改、删除食物模块 6
3.2.5 设置提醒模块 6
3.2.6 购买清单模块 6
3.3 数据库设计 6
3.3.1 SQLite简介 6
3.3.2 数据库分析 7
3.3.3 数据库概念设计及表结构 7
4 编码与实现 9
4.1 进入系统模块 9
4.2 选择模块 10
4.3 添加
显示全部