目录
第一章 绪论 1
1.1 概述 1
1.2 课题背景 1
1.3 主要工作内容 1
第二章 开发工具的选用及介绍 3
2.1 Android平台优点 3
2.2 平台的体系架构 4
2.3 Android应用程序构成 4
2.4 Android应用程序开发环境 4
第三章 需求分析与总体设计 6
3.1 引言 6
3.2 系统整体框架 6
3.3 系统各模块设计 7
3.3.1 系统结构图 7
3.3.2 系统页面流程关系 7
3.4 系统各模块实现 8
3.4.1 轨迹地图功能的实现 8
3.4.2 音乐功能的实现 10
3.4.2 俯卧撑/引体向上功能的实现 11
3.4.3 天气预报功能的实现 12
第四章 详细设计以及系统实现 13
4.1 软件运行环境 13
4.2 软件开发环境 13
4.3 软件结构设计 14
4.4 各个模块功能实现 15
4.4.1 轨迹地图模式 15
4.4.2 运动模式 18
4.4.3 音乐模式 19
4.4.4 天气模式 20
4.4.5 其他辅助功能 21
第五章 系统测试与总结 25
5.1 系统测试 25
5.1.1 地图定位测试 25
5.1.2 轨迹记录测试 25
5.1.3 音乐播放测试 25
5.1.4 俯卧撑测试 26
5.2 总结 26
结论 27
基于百度地图和传感器的健身助手实现
摘 要:“健身助手”又名“Superman”是以健身人群为用户群,实施工作主要室外轨迹显示、室内运动记录、音乐欣赏、天气预报四个环节,通过实时监测、记录等方式帮助和提醒用户更好地锻炼。无论在生活中还是工作中我们总会看到一些人的无精打采,病假连天,百病缠身,都与没有一个强健的体魄有关。所以充分的体育锻炼是非常有必要的,而“健身助手”正是一款帮助人们记录健身状态的软件。
在进行了全面的需求分析和系统设计的基础上,确定开发工具为Eclipse,并通过与后端数据库SQLite相连,实现了Android版的基于百度地图API和传感器实现的“健身助手”。
系统组成模块包括:地图模块、天气模块、音乐模块,运动模块四个个模块有机结合,实现了健身人员运动数据管理和娱乐两不误的需求。
关键词:健身软件,Android,SQLite,Eclipse
Abstract:"Fitness Assistant" also known as "Superman" has users who want to keep fit. It includes 4 aspects: major outdoor track display, indoor sports records, music appreciation, weather forecast.It reminds users to work out on time through real-time monitoring, recording and other ways. During our life or work time, we always see some people listless, sick and groaning, crippling,which is relevant to without a strong and healthy body. Therefore, adequate physical exercise is very necessary, and "Fitness Assistant" is a helpful software for users to record state of fitness.
"Fitness assistant" was inplemented by Android version and was based on Baidu map API and sensor.On basis of a comprehensive needs-based analysis and system design, it used Eclipse as development tool and it connected with SQLite(the backstage database).
The modules of this system include: map module, weather module, music module, motion module.This four modules fit together well to achieve the needs of neglect neither management of execise data nor entertainment of users.
Keyword: Fitness software; Android; SQLite; Eclipse