Skip to content

基于WanAndroid api开发的技术类文章阅读App

Notifications You must be signed in to change notification settings

arvinljw/WanAndroid

Repository files navigation

WanAndroid

基于WanAndroid api开发的技术类文章阅读App.

技术点

  • Retrofit+LiveData封装网络请求,支持https
  • 使用SwipeRefreshLayout+BaseQuickAdapter实现列表的下拉刷新和上拉加载
  • 使用FlowLayout动态添加各种样式标签
  • 使用DrawerLayout+BottomNavigationView+Fragment实现侧边栏加底部导航的App整体结构
  • 使用TabLayout+ViewPager+Fragment实现顶部导航布局
  • 双RecyclerView滑动联动,效果见导航界面
  • 使用自定义MultiStatusView实现多状态布局
  • 使用Glide加载图片
  • 使用Theme.AppCompat.DayNight主题实现夜间模式,切换几乎无抖动
  • 适配到9.0
  • 使用Facebook的ShimmerFrameLayout布局实现闪光文字
  • 使用动画实现卡片翻转效果,见登录注册界面
  • bugly日志上报和版本更新

其中大部分组件都是support.design包下的,非常方便使用。

TODO

  • 公众号模块
  • 优化代码结构

效果图

apk下载

注意:以后APK不再跟随修改代码更新,需要最新apk,可自行下载编译运行即可;目前最高版本是v1.0.6,该版本是19/1/7提交,没有支持9.0,最新代码已支持。

扫描二维码下载

致谢

感谢WanAndroid提供的数据来源,也要感谢iceCola7的WanAndroid项目功能上有一定的参考。

感谢用到的所有开源库提供的作者。

License

Copyright 2018 arvinljw 

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.

About

基于WanAndroid api开发的技术类文章阅读App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages