1. Google 支持库
A. com.android.support:design:23.0.0:
(1) SnackBar 介于Toast和AlertDialog之间的消息提示控件;
(2) TextInputLayout 整合 TextView 和 EditText,输入文字时,提示信息浮动显示;
(3) FloatingActionButton 悬浮按钮;
(4) TabLayout 快速实现tab页效果;
(5) NavigationView
(6) AppBarLayout
(7) CoordinatorLayout
(8) CollapsingToolBarLayout 工具条可以展开;
B. android support v4 lib
(1) DrawerLayout 抽屉效果
(2) SlidingPaneLayout 水平滑动,类似抽屉效果
C. cardboard sdk:
(1) https://github.com/googlesamples/cardboard-unity
2. UI 增强部分
A. MaterialDesignLibrary: https://github.com/navasmdc/MaterialDesignLibrary, https://github.com/DenisMondon/material-design-library
B. SuperSlim : https://github.com/TonicArtos/SuperSLiM 管理RecyclerView,比如listview,gridview添加section
C. SwipeBackLayout: https://github.com/ikew0ng/SwipeBackLayout 让Activity透明滑动,滑动消失
D. 全景界面 https://github.com/anispy211/PanaromaGL
3. 工具部分
A. ContentProvider 自动生成工具 : https://github.com/BoD/android-contentprovider-generator
B. xUtils: https://github.com/wyouflf/xUtils 多种工具包,封装数据库访问,支持view注解,http工具,bitmap工具;
C. Async Http Client:https://github.com/loopj/android-async-http
D. 图像加载:https://github.com/nostra13/Android-Universal-Image-Loader, https://github.com/bumptech/glide
E. 解析http请求:http://htmlparser.sourceforge.net/, http://jsoup.org/
F. json 解析:https://github.com/alibaba/fastjson, https://github.com/google/gson, https://github.com/codehaus/jackson
4. 插件:
A. Python: https://github.com/qpython-android
B. Lua: https://github.com/mkottman/AndroLua
5. 应用:
A. VLC 媒体播放器 : http://git.videolan.org/
B. 文件管理器: https://github.com/simogeo/Filemanager, https://github.com/mick88/filemanager
C. Kodi 媒体播放器:git://github.com/xbmc/xbmc.git
D. SIP电话 :https://github.com/sunnyqeen/sipdroid
6. 扩展
Android 支持Samba : https://github.com/hyongbai/samba-nas
Android 支持 UpnP:https://github.com/4thline/cling, https://github.com/offbye/DroidDLNA, http://download.youkuaiyun.com/detail/feihuiwu123/8422975,
https://github.com/cybergarage/cybergarage-upnp
Android 针对ARM Mali GPU优化的库:http://malideveloper.arm.com/resources/sdks/mali-opengl-es-sdk-for-android/#opengl-es-2-0-sdk-for-android-download
7. 跨平台框架
http://haxe.org, https://github.com/HaxeFoundation/haxe.org