GridView with Header and Footer
和ListView一样带头部和底部的GridView,用法和ListView一样
项目地址:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
效果图:Renderings
Volley
Google 提供的网络通信库,使得网络请求更简单、更快速
项目地址:https://android.googlesource.com/platform/frameworks/volley
文档介绍:http://commondatastorage.googleapis.com/io-2013/presentations/110%20-%20Volley-%20Easy,%20Fast%20Networking%20for%20Android.pdf
device-year-class
A library that analyzes an Android device's specifications and calculates which year the device would be considered "high end”.(facebook 开发的检测手机主流配置工具)
项目地址:https://github.com/facebook/device-year-class
Bluetooth LE Library for Android
蓝牙源信息,包括宝库 Mac、更新时间、RSSI、UUID、信号源距离、影响范围等信息
项目地址:https://github.com/alt236/Bluetooth-LE-Library---Android
Demo 地址:https://play.google.com/store/apps/details?id=uk.co.alt236.btlescan
purePDF
允许从任何运行的 SWF 文件读取和创建 PDF 文档
项目地址:https://github.com/sephiroth74/purePDF
android-pdfview
快速解析 pdf 的 view,默认支持手势缩放和相关动画
项目地址:https://github.com/JoanZapata/android-pdfview
Office 365 SDK for Android Preview
可支持 Microsoft SharePoint Lists, Microsoft SharePoint Files, Microsoft Exchange Calendar, Microsoft Exchange Contacts, Microsoft Exchange Mail
项目地址:https://github.com/OfficeDev/Office-365-SDK-for-Android
Android Social Networks
社交网络接入统一管理器,可方便的从 Twitter, LinkedIn, Facebook, Google Plus 登陆、获得个人信息、发送消息、发送专篇、添加或删除好友
项目地址:https://github.com/antonkrasov/AndroidSocialNetworks
Demo 地址:https://play.google.com/store/apps/details?id=com.github.androidsocialnetworks.apidemos
SmartAppUpdates
Android App 增量升级,包含前后端方案、Demo、以及 so 库,可用于商店或大体积 App 差分升级
项目地址:https://github.com/cundong/SmartAppUpdates
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
AndroidLocalizationer
可用于将项目中的 string 资源自动翻译为其他语言的 Android Studio/IntelliJ IDEA 插件
项目地址:https://github.com/westlinkin/AndroidLocalizationer
Material Palette
一个将现有的色彩方案组合成材料设计的调色板方案,提供下载。选取两个主要色彩后便可以提供下载,提供下载的格式可以是 android 的资源 xml 文件,以色彩的方式提供,也可以是 CSS、SVG、PNG 等常见格式文件。
项目地址:http://www.materialpalette.com/
二、开发自测相关
Quality Tools for Android
Android 测试及自测工具集合和示例
项目地址:https://github.com/stephanenicolas/Quality-Tools-for-Android