摘要
当前社会的急速发展和互联网技术的不断更迭,移动健康管理平台受到人们日益关注,个人健康助理系统借助Android移动客户端,能够随时随地的进行身体素质监测和健康打卡。
基于Android的个人健康助理系统的功能模块主要包括了健康论坛、健康测试、运动打卡、健康资讯、饮食计划、我的资讯。课题关键技术在于Android界面开发、数据存储、Android客户端与服务端的交互。
本论文课题采用“Android端+Java Web端+Mysql数据库”模式进行总体框架的设计,Android前端通过Http协议发送网络请求与Web服务端,将数据写入Mysql中。Web服务端是基于Springboot的开发框架,通过Mybatis依赖连接数据库,实现数据的存储。在系统设计的最后阶段,实现了对系统功能、性能的测试,从而明确该系统具有一定的可靠性、稳定性,可以满足应用需求。
关键词:Android,移动健康,数据存储
Abstract
With the rapid development of society and the continuous changes in internet technology, mobile health management platforms are receiving increasing attention. With the help of Android mobile clients, personal health assistant systems can monitor physical fitness and check in health anytime and anywhere.
The functional modules of the personal health assistant system based on Android mainly include health forum, health testing, exercise check-in, health information, diet plan, and my information. The key technologies of the project lie in the development of Android interface, data storage, and interaction between Android client and server.
This paper adopts the "Android+Java Web+MySQL database" model for the overall framework design. The Android front-end sends network requests to the Web server through the HTTP protocol, and writes data into MySQL. The web server is a development framework based on Springboot, which relies on Mybatis to connect to a database and store data.In the final stage of system design, the test of system function and performance is realized, so that the system has certain reliability and stability, which can meet the application requirements.
Keywords: Android, mobile health, data storage