Android优秀项目篇
(1).Linux
项目介绍: 不解释
项目地址:https://github.com/torvalds/linux
(2).Android
项目介绍: 不解释
项目地址:https://android.googlesource.com/ 或 https://github.com/android
(3).ZXing 二维码扫描工具
项目介绍: 现在市面上很多应用的二维码扫描功能都是从这个修改而来 本人也使用过此项目,集成起来相当方便,没几行代码.
项目地址: https://github.com/zxing/zxing 或 https://code.google.com/p/zxing/
APK地址: https://play.google.com/store/apps/details?id=com.google.zxing.client.android
(4).Github的Android客户端项目
项目介绍: GitHub 客户端,谁用谁知道
项目地址:https://github.com/github/android
APK地址:https://play.google.com/store/apps/details?id=com.github.mobile
(5).MIUI便签 (小米便签社区开源版)
项目介绍: 项目分包比较合理,相比较miui的文件管理器 https://github.com/MiCode/FileExplorer 代码规范较好得多
项目地址:https://github.com/MiCode/Notes
APK地址:https://github.com/Trinea/TrineaDownload/blob/master/miui-note-demo.apk?raw=true
(6).四次元-新浪微博客户端
项目介绍: 四次元(原微次元) weiciyuan
项目地址:https://github.com/qii/weiciyuan
APK地址:https://play.google.com/store/apps/details?id=org.qii.weiciyuan
(7).gnucash-一个记账理财软件
项目介绍: 还没研究
项目地址:https://github.com/codinguser/gnucash-android
APK地址:http://play.google.com/store/apps/details?id=org.gnucash.android
(8).高仿今日头条新闻App
项目介绍: 高仿今日头条新闻App界面很全面值的学习的一个Demo,里面集成了多个开源库 如: slidingmenu(侧拉菜单包) , Android-Universal-Image-Loader (图片的异步加载包) 等
项目地址: https://github.com/Rano1/TopNews
DEMO演示:
(9).eoe社区 Android 客户端项目
项目介绍: eoe的Android客户端源码 功能模块有:社区精选,新闻资讯,学习教程,社区博客.每个人都可以fork一份代码修改.修改完后可以pull给管理员审核提交.
项目地址:https://github.com/eoecn/android-app/
(10).网易新闻头条客户端
项目简介: 这是一个新闻客户端,类似于网易新闻头条 .里面集成了多个开源框架如PhotoView android-FlipView 等
项目地址:https://github.com/tigerguixh/QuickNews
(11).开源中国Android客户端
项目介绍: 谁用谁知道. 代码托管在OSChina 简介
项目地址:http://git.oschina.net/oschina/android-app
还会陆续更新….