基于Retrotfit2.1+Material Design+ijkplayer开发的一个APP(新闻,gif 动图,视频播放)...

数据来源

新闻 直接用的聚合数据提供的接口:https://www.juhe.cn/docs/api/id/235
gif动图 通过jsoup爬的某个网页上的数据
视频 通过fiddler抓包某个APP的接口

项目效果图











APK
apk下载:https://www.pgyer.com/lianxiapp
gif动图有福利哦~~哈哈

用到的三方库
注解
https://github.com/JakeWharton/butterknife

网络请求
https://github.com/square/retrofit

图片处理
https://github.com/bumptech/glide
https://github.com/chrisbanes/PhotoView

数据抓取
https://jsoup.org/download

视频播放
https://github.com/Bilibili/ijkplayer

感谢
1.聚合数据 https://www.juhe.cn/
2.ijkplayer参考了 https://github.com/w1123440793/VideoListDemo

推荐阅读
1.模仿掌上英雄联盟能力分析效果
https://github.com/jiangzehui/polygonsview

2.开源一个自己去年写的基于Xmpp协议的即时通讯社交软件 (客户端+服务端)
https://github.com/jiangzehui/xmpp

项目地址 https://github.com/jiangzehui/MD

文/jiangzehui(简书作者)
原文链接:http://www.jianshu.com/p/2eb5f0ed5640

你可能感兴趣的:(基于Retrotfit2.1+Material Design+ijkplayer开发的一个APP(新闻,gif 动图,视频播放)...)