# Sport_Android
**Repository Path**: shushangzhitou/Sport_Android
## Basic Information
- **Project Name**: Sport_Android
- **Description**: 一个Android版的运动APP。
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2020-03-26
- **Last Updated**: 2024-09-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 描述
一个Android版的运动APP。其实现了登陆、注册、资讯详情、运动记录等功能。
#技术栈
[okhttp](https://github.com/square/okhttp) 为项目的网络请求库
[fastjson](https://github.com/alibaba/fastjson) 为项目中的json解析库
[eventbus](https://github.com/greenrobot/EventBus) 为项目中的发布/订阅事件总线
[glide](https://github.com/bumptech/glide) 为项目中的图片加载框架
# 如何使用
此APP需与相应的服务端源码配合使用,当然,服务端源码也是开源的,链接为: [服务器端源码](https://github.com/happyheng/Sport_Service)
需要注意的是,在clone了服务器端代码进行使用时,需要找到自己电脑的ip地址,然后把Android中BaseRequest的IP变量换成自己电脑的ip地址,否则访问会失败。
#程序截图
# 更多
关于此APP的设计我会在博客中做出更多的介绍,欢迎大家参观我的博客: [博客](http://blog.csdn.net/happyheng)