Android 开源项目第三篇——优秀项目篇


第三部分 优秀项目

主要介绍那些 Android 还不错的完整项目,目前包含的项目主要依据是项目有意思或项目分层规范比较好。

一、系统及平台

  1. Linux
    项目地址:https://github.com/torvalds/linux
  2. Android
    项目地址:https://android.googlesource.com/

二、项目

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

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

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

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

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

  6. Douya
    豆芽——Material Design 的豆瓣客户端
    项目地址:https://github.com/DreaminginCodeZH/Douya
    效果图:

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

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

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

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

  11. Financius
    简单易用的记账程序
    项目地址:https://github.com/mvarnagiris/Financius
    APK 地址:https://play.google.com/store/apps/details?id=com.code44.finance

  12. todo.txt-android
    todo.txt 的官方 Android 应用
    项目地址:https://github.com/ginatrapani/todo.txt-android
    APK 地址:https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch

  13. simpletask
    基于 todo.txt 官方应用的另一个客户端
    项目地址:https://github.com/mpcjanssen/simpletask-android
    APK 地址:https://play.google.com/store/apps/details?id=nl.mpcjanssen.todotxtholo

  14. Muzei Live Wallpaper
    定时更换桌面精美壁纸
    项目地址:https://github.com/romannurik/muzei
    APK 地址:https://play.google.com/store/apps/details?id=net.nurik.roman.muzei

  15. Scanbook
    扫描搜索查询图书信息
    项目地址:https://github.com/JayFang1993/ScanBook
    APK 地址:http://www.wandoujia.com/apps/com.scanbook

  16. iosched
    The Google I/O 2014 Android App
    项目地址:https://github.com/google/iosched
    APK 地址:https://play.google.com/store/apps/details?id=com.google.samples.apps.iosched




原文地址:https://github.com/Trinea/android-open-project

更多相关文章

  1. Android(安卓)游戏框架 libgdx 学习笔记 - 简介
  2. webrtc服务器janus android客户端编译学习三
  3. Android混合开发之------ AndroidStudio集成Cordova项目
  4. 【项目架构】Android(安卓)MVP 和MVVM框架模式 学习实例Demo之mv
  5. ArcGIS Android(安卓)10.1.1 API开发资源
  6. 第一个android 程序的学习心得
  7. Android(安卓)studio 使用ndk开发JNI
  8. 第五章 Android加载PDF文件的使用
  9. 在Android中applicationId与package name的那些事

随机推荐

  1. android 预置apk so库 jar包等
  2. Android Studio之Instant Run
  3. Android - 信息列表页面【仿】淘宝App
  4. android 内核编译成功
  5. android map api v2 示例 步骤及问题
  6. Android学习感悟之Activity
  7. 如何使用Android最新的RecyclerView取代L
  8. Android Studio打包生成Jar包的方法
  9. Android(安卓)触摸屏手势识别
  10. Android对图片局部扩大的实现