基于 安卓 的 运动 App 设计与实现 Design and implementation of Sport App based on Android 内容摘要主要设计一个名为 Sport 的运动 App。本运动 App 主要是辅助普通用户实现运动时间的记录和位置的查询。本文主要研究了以 Android Studio 作为后台开发的工具,基本 UI界面设计以及使用,探究了运动 App 的基本结构和 SQLite 数据库的设计。页面的编写主要是以 Java 语言为基础,页面中的布局和样式使用的是 xml 布局界面的控件功能。数据库选择的是一种较为方便和运行速度较快的 SQLite 数据库。该 App 中实现了运动的基本功能。在普通用户中有登录,注册,记录运动时间,搜索自己所在位置;而管理员则拥有管理普通用户的个人信息,对用户的个人隐私实施保护等等。本文也描述了运动 App 的思想和实现的过程,该 App 已经拥有了基本的功能和一定的校验数据的能力。关键字:Android Studio UI 界面设计 Java xml 布局 SQLite 数据库 AbstractThe main purpose is to design a sports App.named Sport.This sport App is mainly used to assist ordinary users to record the movement time and locate the location.This paper mainly studies the development tools of Android Studio,the basic UI interface design and use, and explores the basic structure of the sports App and the design of SQLite database.The page is written mainly on the basis of Java language.The layout and style of the page use the control functionality of the XML layout interface.The database is a relatively convenient and fast running SQLite database.This App implements the basic functions of movement.It has login,register,record movement time and search its location in ordinary users,while administrators have personal information to manage ordinary users,protect users’ privacy and so on.This paper also describes the idea and implementation process of sports App,which has already possessed basic functions and certain ability to verify data.Keywords: Android Studio UI interface desig...