高仿萌趣app 最近下了个叫做“萌趣”的app,内容简直是宅男福利啊!
有时间把它的一些界面和功能实现了下,具体的页面如下: App下载地址: http://fir.im/pu3x
使用到的技术:
1、retrofit2+RxAndroid
Git 地址 https://github.com/square/retrofit https://github.com/ReactiveX/RxAndroid
讲解地址 http://www.jianshu.com/p/c1a3a881a144 2、glide 图片加载库
git 地址 https://github.com/bumptech/glide 讲解地址 http://blog.csdn.net/fancylovejava/article/details/44747759
3、圆形ImageView
git 地址 https://github.com/wasabeef/glide-transformations 4、支持 header footer的 gridview
git 地址 https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter 5、可放大缩小imageview的Photoview
git 地址 https://github.com/bm-x/PhotoView 6、下拉图片变大的imageview
git 地址 https://github.com/Frank-Zhu/PullZoomView/
还有些没有完成的功能:
1、下载没有进行优化,下载后不能直接从app中看。
2、不少图片按钮事件没有加,比如分享、下载、关闭等
有时间把这个再这个app完善。
接口都是自己抓得,若是有侵权请告知。
这个只是个人的练手作品,本人也是菜鸟一个。请大家不要用作商用,请大家多给几个 star。 如果发现不能使用或者有其他的问题,请直接在这或者git上提出。