天天看點

Android開源項目第三篇——優秀項目篇

本文為那些不錯的android開源項目第三篇——優秀項目篇,主要介紹那些還不錯的完整android項目。

記錄的項目主要依據是項目有意思或項目分層規範比較好。

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:代碼分包合理,很棒。不過這個項目依賴的開源項目比較多,比較難編譯

Android開源項目第三篇——優秀項目篇

(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

繼續閱讀