android開源專案【專案篇】

yangxi_001發表於2014-07-11

主要介紹那些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:程式碼分包合理,很棒。不過這個專案依賴的開源專案比較多,比較難編譯

(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

【注】:http://www.cnblogs.com/hnlshzx/p/3511629.html

相關文章