资料详情

基于android的个人健康助理设计与实现 毕业论文

头像

android

编号:3293

摘要

当前社会的急速发展和互联网技术的不断更迭,移动健康管理平台受到人们日益关注,个人健康助理系统借助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


目录

第一章 引言

1.1 研究背景及意义

1.2 国内外研究现状

1.2.1 国外研究现状

1.2.2 国内研究现状

1.3 研究内容及论文结构

1.3.1 研究内容

1.3.2 论文结构

第二章 开发平台及相关技术

2.1 Android开发平台概述

2.1.1 Android平台架构

2.1.2 Android项目开发

2.2 Android开发组件

2.3 本课题应用的关键技术

2.3.1 基于Android的界面设计

2.3.2 数据存储技术

2.3.3 客户端和Web服务器的通信技术

2.4 本章小结

第三章 系统设计

3.1 系统设计原则

3.2 系统整体架构概述

3.3 Android客户端功能模块设计说明

3.3.1 注册登录模块

3.3.2 健康论坛模块

3.3.3 健康测试模块

3.3.4 运动打卡模块

3.3.5 健康资讯模块

3.3.6 饮食计划模块

3.3.7 我的资讯模块

3.4 Web服务端设计

3.5 系统数据库设计

3.6小结

第四章 系统的设计与实现

4.1 流程图设计

4.2 功能模块实现

4.2.1 注册登录模块

4.2.2 健康论坛模块

4.2.3 健康测试模块

4.2.4运动打卡模块

4.2.5 健康资讯模块

4.2.6饮食计划模块

4.2.7 我的资讯模块

4.3小结

第五章 系统测试

5.1 测试的环境与原理

5.2 性能测试

5.3 功能测试

1)用户登录的安全测试

2)系统用户权限的安全测试。

3)系统数据安全性。

5.4 结果分析

5.5 小结

第六章 结束语

参考文献

致 谢

附录