# WanAndroid **Repository Path**: ilikecode/WanAndroid ## Basic Information - **Project Name**: WanAndroid - **Description**: 用kotlin语言编写的www.wanandroid.com的客户端 - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WanAndroid [![Build Status](https://www.travis-ci.org/jixiaoyong/WanAndroid.svg?branch=master)](https://www.travis-ci.org/jixiaoyong/WanAndroid) ![WanAndroid Logo](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidLogo.png?raw=true) 一个用kotlin语言编写的www.wanandroid.com的客户端,支持Android 5.0及以上版本。 本项目还在持续编写中。。。 **我的邮箱: jixiaoyong1995@gmail.com ,有任何问题都可以email我或者在[issues](https://github.com/jixiaoyong/WanAndroid/issues) 提出。** # 下载体验 **提示:该链接指向的apk版本可能滞后于开发版本,为更好体验请直接下载源码编译,谢谢。** 1.1.0版本现已放出,欢迎体验。 点击下载 [WanAndroid 1.1.0 .apk](https://raw.githubusercontent.com/jixiaoyong/Notes-Files/master/downloa/apk/WanAndroid.apk) 扫描二维码下载 ![WanAndroid Download](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidDownload.png?raw=true) # 界面预览 部分界面预览如下(非最终效果): GIF预览: ![WanAndroid Show](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidShow.gif?raw=true) 静态图片: ![WanAndroid Login](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidLogin.png?raw=true) ![WanAndroid IndexPost](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidIndexPost.png?raw=true) ![](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidIndexFavorite.png?raw=true) ![](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidDiscoverTree.png?raw=true) ![](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidDiscoverProjects.png?raw=true) ![](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidDiscoverNavi.png?raw=true) ![WanAndroid Search](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidSearch.png?raw=true) ![WanAndroid About](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidAbout.png?raw=true) ![WanAndroid Index Post Night](https://github.com/jixiaoyong/WanAndroid/blob/master/images/WanAndroidIndexPostNight.png?raw=true) # 开发进度 - [x] 登录 / 注册 / 注销 - [x] 首页文章 展示 - [x] 首页banner 展示 - [x] 体系 列表 / 详情 - [x] 导航 列表 / 详情 - [x] 项目 列表 / 详情 - [x] 项目 下载 - [x] 站内文章 收藏 / 取消收藏 - [ ] 站外文章 收藏 / ~~取消收藏~~ - [ ] 收藏网址 展示 / 编辑 / 删除 - [x] 自动检查更新 - [x] 列表底部自动加载数据 - [x] 搜索 搜索指定内容 - [ ] 搜索 历史记录 / 热门 - [x] 分享功能 - [ ] 右划退出 - [x] 日间 / 夜间模式 # 更新日志 2018-03-20 发布正式版 1.0 2018-03-14 发布测试版本 0.1 beta # 开源软件 使用到的开源软件(持续更新): * com.google.code.gson 2.8.0 * com.github.bumptech.glide 4.0.0 * com.orhanobut:logger 2.1.1 * io.reactivex.rxjava2:rxandroid 2.0.2 * io.reactivex.rxjava2:rxjava 2.1.10 * com.squareup.retrofit2:adapter-rxjava2 2.3.0 * com.squareup.retrofit2:retrofit 2.3.0 * com.squareup.retrofit2:converter-gson 2.1.0 * com.github.pinguo-zhouwei:MZBannerView 2.0.0 * com.squareup.okhttp3:logging-interceptor 3.6.0 * org.greenrobot:eventbus 3.1.1 * com.yanzhikai:TextPathView:0.1.1 * [WanAndroidClient](https://github.com/wangzailfm/WanAndroidClient) 使用了他的登录保存cookie模块 此外,此应用请求的数据来自[WanAndroid.com](http://wanandroid.com/) ,应用中部分图标来自[Iconfont-阿里巴巴矢量图标库](http://www.iconfont.cn/). 感谢以上开源作者和机构,致敬! **我的邮箱: jixiaoyong1995@gmail.com ,有任何问题都可以email我或者在[issues](https://github.com/jixiaoyong/WanAndroid/issues) 提出。** # License ``` Copyright 2018 jixiaoyong Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```