# BetterWay
**Repository Path**: deciche/BetterWay
## Basic Information
- **Project Name**: BetterWay
- **Description**: A RoadBook Application Using MVP
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-09-13
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# [中文版ReadMe](https://github.com/JoshuaRogue/BetterWay/blob/master/ChineseReadMe.md) | [English ReadMe](https://github.com/JoshuaRogue/BetterWay/blob/master/EnglishReadMe.md)

# 路书
这是一款使用MVP模式,使用RxJava2、Retrofit、Dagger2、EventBus等开源项目,基于高德地图API所做的一个app,在这个app中实现了以下功能:
1. 使用RxJava2和Retrofit实现了获取bing每日一图并在首页展示
2. 使用NDK实现了毛玻璃特效
3. 使用跨进程通信实现了日程提醒功能
在软件开发的过程中实现运用了代理模式、观察者模式等设计模式
使用这个app我们可以在国内的任意城市进行规划,可以通过一连串的地点来得到计划表,而从更合理地规划时间
#### 下载
```
git clone https://github.com/JoshuaRogue/BetterWay.git
```