转自:http://www.trinea.cn/android/android-open-source-projects-excellent-project/

Linux
项目地址:https://github.com/torvalds/linux

Android
项目地址:https://android.googlesource.com/或https://github.com/android
以上两个项目,不解释

(1) 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
PS:现在市面上很多应用的二维码扫描功能都是从这个修改而来

(2) photup 编辑机批量上传照片到facebook上
项目地址:https://github.com/chrisbanes/photup
APK地址:https://play.google.com/store/apps/details?id=uk.co.senab.photup
PS:代码分包合理,很棒。不过这个项目依赖的开源项目比较多,比较难编译

(3) Github的Android客户端项目
项目地址:https://github.com/github/android
APK地址:https://play.google.com/store/apps/details?id=com.github.mobile

(4) MIUI便签
项目地址:https://github.com/MiCode/Notes
APK地址:https://github.com/Trinea/TrineaDownload/blob/master/miui-note-demo.apk?raw=true
PS:项目分包比较合理,相比较miui的文件管理器https://github.com/MiCode/FileExplorer代码规范较好得多

(5) 四次元-新浪微博客户端
项目地址:https://github.com/qii/weiciyuan
APK地址:https://play.google.com/store/apps/details?id=org.qii.weiciyuan

(6) gnucash-一个记账理财软件
项目地址:https://github.com/codinguser/gnucash-android
APK地址:http://play.google.com/store/apps/details?id=org.gnucash.android

(7) AntennaPod支持rss订阅、音乐订阅
项目地址:https://github.com/danieloeh/AntennaPod
APK地址:https://play.google.com/store/apps/details?id=de.danoeh.antennapod

(8) ChaseWhisplyProject 打鬼游戏
项目地址:https://github.com/tvbarthel/ChaseWhisplyProject
APK地址:https://play.google.com/store/apps/details?id=fr.tvbarthel.games.chasewhisply

(9) Tweet Lanes 功能完整的Twitter客户端
项目地址:https://github.com/chrislacy/TweetLanes
APK地址:https://play.google.com/store/apps/details?id=com.tweetlanes.android


更多相关文章

  1. 关于Android(安卓)Studio3.2新建项目Android(安卓)resource link
  2. Android平台上优秀的开源项目
  3. Android官方入门文档[1]创建一个Android项目
  4. GitHub 优秀的 Android(安卓)开源项目
  5. Ionic 运行报错No resource identifier found for attribute 'ap
  6. 【Android】文件读写操作(含SDCard的读写)
  7. [APP] Android(安卓)开发笔记 006-使用短信验证SDK进行短信验证
  8. 【Android(安卓)应用开发】GitHub 优秀的 Android(安卓)开源项目
  9. android实践项目一实现简单的验证码和spinner下拉选项效果

随机推荐

  1. Android(安卓)触摸事件大全
  2. Android 存储路径浅析
  3. Android模擬器adb命令介紹
  4. Android带多选功能的PhotoPicker
  5. 解决Android SDK Manager下载问题和andro
  6. android 电池(二):android关机充电流程、充
  7. [九鼎RK3399Pro] Android(安卓)8.1默认自
  8. android单位转换(TypedValue)
  9. android文件系统挂载分析(1)---正常开机
  10. Eclipse 用DDMS 调试Android(安卓)程序