# Todo **Repository Path**: deciche/Todo ## Basic Information - **Project Name**: Todo - **Description**: Todo客户端,数据来源是鸿洋的wanandroid。 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Todo Todo客户端,其中部分写法借鉴[wanandroid客户端](https://github.com/wangzailfm/WanAndroidClient)Kotlin版本,通过借鉴这个项目,又学会了一些Kotlin函数。 ## 第三方库 * [Retrofit](https://github.com/square/retrofit) * [RxBinding](https://github.com/JakeWharton/RxBinding) * [RxAndroid](https://github.com/ReactiveX/RxAndroid) * [RxJava](https://github.com/ReactiveX/RxJava) * [AutoDispose](https://github.com/uber/AutoDispose) * [Material-dialogs](https://github.com/afollestad/material-dialogs) * [Gson](https://github.com/google/gson) * [Glide](https://github.com/bumptech/glide) * [BRVAH](https://github.com/CymChad/BaseRecyclerViewAdapterHelper) ## API * 由**鸿洋**提供的[www.wanandroid.com](http://www.wanandroid.com/)中的[Todo Api](http://www.wanandroid.com/blog/show/2271) ## 项目截图 ![登录](https://github.com/WANZIzZ/Todo/blob/master/screenshots/login.png) ![注册](https://github.com/WANZIzZ/Todo/blob/master/screenshots/registered.png) ![主界面1](https://github.com/WANZIzZ/Todo/blob/master/screenshots/main1.png) ![主界面2](https://github.com/WANZIzZ/Todo/blob/master/screenshots/main2.png) ![主界面3](https://github.com/WANZIzZ/Todo/blob/master/screenshots/main3.png) ![主界面4](https://github.com/WANZIzZ/Todo/blob/master/screenshots/main4.png) ![添加Todo](https://github.com/WANZIzZ/Todo/blob/master/screenshots/add.png) ![更新Todo](https://github.com/WANZIzZ/Todo/blob/master/screenshots/update.png)