包括 TextView 及所有继承自 TextView 控件,如 EditText、Button、RadioButton
android-flowtextview
文字自动环绕其他 View 的 Layout
项目地址:https://github.com/deano2390/FlowTextView
效果图:
Android Form EditText
验证输入合法性的编辑框,支持输入、英文、ip、url 等多种正则验证
项目地址:https://github.com/vekexasia/android-edittext-validator
Demo 地址:https://play.google.com/store/apps/details?id=com.andreabaccega.edittextformexample
Emojicon
支持 emojis 的 TextView 和 EditText
项目地址:https://github.com/rockerhieu/emojicon
文档介绍:http://rockerhieu.com/emojicon/
android-circlebutton
Android 圆形按钮,实际实现是继承自 ImageView
项目地址:https://github.com/markushi/android-circlebutton
Demo 地址:https://github.com/markushi/android-circlebutton/blob/master/example/example.apk
Segmented Radio Buttons for Android
iOS’s segmented controls 的实现
项目地址:https://github.com/vinc3m1/android-segmentedradiobutton
Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
效果图:
Chips EditText Library
支持国家名字联想从而选择显示该国国旗的 EditText,实际就是通过 SpannableStringBuilder 实现
项目地址:https://github.com/kpbird/chips-edittext-library
Demo 地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsEditTextDemo/bin
AutoFitTextView
可固定边界内容字体大小自适应的 TextView
项目地址:https://github.com/grantland/android-autofittextview
Shimmer for Android
文字发淡光的 TextView
项目地址:https://github.com/RomainPiel/Shimmer-android
Titanic
可以显示水位上升下降(不知道该怎么描述 ��)的 TextView
项目地址:https://github.com/RomainPiel/Titanic
效果图:
android-iconify
提供带 Icon 的 TextView,Menu,Button 等
项目地址:https://github.com/JoanZapata/android-iconify
Calligraphy
让我们在 android 开发中使用自定义字体变得更加简单
项目地址:https://github.com/chrisjenx/Calligraphy
效果图:
CreditsRoll
类似星球大战字幕效果的 TextView
项目地址:https://github.com/frakbot/CreditsRoll
android-process-buton
带加载或提交进度的 Button
项目地址:https://github.com/dmytrodanylyk/android-process-buton
FButton
扁平化的 Button
项目地址:https://github.com/hoang8f/android-flat-button
Demo 地址:https://play.google.com/store/apps/details?id=info.hoang8f.fbutton.demo
FloatingActionButton
一个类似 Android 版 Google+浮动功能按钮的控件,可以响应 ListView 的滚动事件。当列表向上滚动的时候会自动显示,向下滚动的时候自动隐藏。
项目地址:https://github.com/makovkastar/FloatingActionButton
Demo 地址:https://github.com/makovkastar/FloatingActionButton/tree/master/
效果图:
Android Saripaar
Android 表单验证
项目地址:https://github.com/ragunathjawahar/android-saripaar/
JumpingBeans
文字像 Mexican beans 一样跳动
项目地址:https://github.com/frakbot/JumpingBeans
Demo 地址:http://play.google.com/store/apps/details?id=net.frakbot.jumpingbeans.demo
效果图:
FancyButtons
一个不用图片就可以帮助我们创建出漂亮按钮的库。
项目地址:https://github.com/medyo/fancybuttons
Demo 地址:https://github.com/medyo/fancybuttons/tree/master/samples
效果图:
https://raw.githubusercontent.com/medyo/fancybuttons/master/screenshots/fancy2.png
Android-RobotoTextView
一个实现了所有 Roboto 字体的 TextView,包括新出的 Roboto Slab 字体。
项目地址:https://github.com/johnkil/Android-RobotoTextView
Demo 地址:http://play.google.com/store/apps/details?id=com.devspark.robototextview
Demo 项目:https://github.com/johnkil/Android-RobotoTextView/tree/master/robototextview-sample
效果图:
Android-WizardPager
一个表单向导库
项目地址:https://github.com/romannurik/android-wizardpager
Demo 项目:https://github.com/str4d/android-wizardpager/tree/textfield
效果图:
RippleView
一个实现了 Android L 上才引入的点击按钮后出现水波纹效果的按钮
项目地址:https://github.com/siriscac/RippleView
Demo 项目:https://github.com/siriscac/RippleView/tree/master/RippleViewExample
效果图:
RippleEffect
一个实现 Material Design Ripple 效果的库,支持 Android API 9+以上版本。
项目地址:https://github.com/traex/RippleEffect
Demo 项目:https://github.com/traex/RippleEffect/tree/master/sample
效果图:
Android Floating Label Widgets
包含一系列控件,这些控件特点是:有默认值,当值不为空时默认值浮动到上面变为提示
项目地址:https://github.com/marvinlabs/android-floatinglabel-widgets
Demo 地址:https://play.google.com/store/apps/details?id=com.marvinlabs.widget.floatinglabel.demo
在线演示:http://www.youtube.com/watch?v=hpZD9gJcRg0&feature=youtu.be
MaterialEditText
EditText 的 Material Design 实现。包含 Google Material Design Spec中的 UI 效果和一些新增特性。
项目地址:https://github.com/rengwuxian/MaterialEditText
MultiActionTextView
可以分别给 TextView 中的某几个字设置点击事件的 TextView
项目地址:https://github.com/ajaysahani/MultiActionTextView
效果图:
ToggleButton
状态切换的 Button,类似 iOS,用 View 实现
项目地址:https://github.com/zcweng/ToggleButton
效果图:
SlideSwitch
状态切换的开关,可以设置为类似 IOS 的圆形,也可以设置为矩形,用 View 实现
项目地址:https://github.com/Leaking/SlideSwitch
效果图:
ExpandableTextView
可展开和收缩内容的 TextView。
项目地址:https://github.com/Manabu-GT/ExpandableTextView
效果图:
TagCloudView(支持 SingleLine 模式的标签云)
标签云效果,只需要一行代码即可设置为 SingleLine 模式,轻松实现知乎问题话题列表效果。SingleLine 模式时末尾文字及图片可自定义。 项目地址:https://github.com/kingideayou/TagCloudView
示例APK地址:https://github.com/kingideayou/TagCloudView/raw/master/apk/Demo.apk
APP示例:知乎
效果图:
Discrollview
支持滚动时 Item 淡入淡出,平移,缩放效果的 ScrollView
项目地址:https://github.com/flavienlaurent/discrollview
Demo 地址:https://github.com/flavienlaurent/discrollview/raw/master/sample.apk
PullScrollView
仿照新浪微博 Android 客户端个人中心的 ScrollView,下拉背景伸缩回弹效果。
项目地址:https://github.com/MarkMjw/PullScrollView
效果图:
ArcLayout
一个非常简单的弧布局库
项目地址:https://github.com/ogaclejapan/ArcLayout
Demo 地址:https://play.google.com/store/apps/details?id=com.ogaclejapan.arclayout.demo
效果图:
https://raw.githubusercontent.com/ogaclejapan/ArcLayout/master/art/demo2.gif
ParallaxScrollView
支持视差滚动的 ScrollView ,背景图片的滚动速度小于 ScrollView 中子控件的滚动速度
项目地址:https://github.com/chrisjenx/ParallaxScrollView
Demo 地址:http://cloud.github.com/downloads/chrisjenx/ParallaxScrollView/ParallaxScrollViewDemo-v1.0.5.apk
AKParallax-Android
支持视差滚动的 ScrollView
项目地址:https://github.com/ideaismobile/AKParallax-Android
Demo 地址:https://play.google.com/store/apps/details?id=com.appkraft.parallax_sample
Android-ObservableScrollView
监听滚动视图滚动事件的库,帮助与 Toolbar 的交互动效处理与 Material Design 的实现
项目地址:https://github.com/ksoichiro/Android-ObservableScrollView
Demo 地址:https://play.google.com/store/apps/details?id=com.github.ksoichiro.android.observablescrollview.samples2
OverScrollView
有弹性的 ScrollView,实现了当手指滑动到 ScrollView 的顶部、底部时,可以继续的向上、向下拉伸。当释放手指的时候,向上、下回弹
项目地址:https://github.com/EverythingMe/OverScrollView
包括 TimePicker、DatePicker、CalendarView、Clock 等时间相关控件
android-times-square
Android 日历时间部件,支持选取单个日期,多个日期,及日期区间段和对话框形式显示
项目地址:https://github.com/square/android-times-square
Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/times-square-demo.apk?raw=true
android-calendar-card
日历
项目地址:https://github.com/kenumir/android-calendar-card
Demo 地址:https://play.google.com/store/apps/details?id=com.wt.calendarcardsample
效果图:
AndroidWheel
Android Wheel 支持城市、多种日期时间、密码、图片
项目地址:https://code.google.com/p/android-wheel/
效果图:
GoogleDateTimePickers
时间选择部件
项目地址:https://github.com/Mirkoddd/GoogleDateTimePickers
文档介绍:https://play.google.com/store/apps/details?id=com.mirko.sample&hl=it
DateTimePicker
日期选择部件(Google Agenda 的样式风格)
项目地址:https://github.com/flavienlaurent/datetimepicker
Demo 地址:https://raw.github.com/biboune/datetimepicker/master/datetimepicker-sample.apk
效果图:
android-betterpickers
提供日期、数字、时间(数字方式和钟表方式)、重复周期(闹钟的周期重复)、HMS(时、分、秒)的选择,支持以 DialogFragment 的弹窗选择
项目地址:https://github.com/derekbrameyer/android-betterpickers
Demo 地址:https://play.google.com/store/apps/details?id=com.doomonafireball.betterpickers.sample
效果图:
Android Week View
日期控件,支持周,天视图,支持自定义样式
项目地址:https://github.com/alamkanak/Android-Week-View
效果图:
PickerView
仿 iOS 的 PickerView 控件,有时间选择和选项选择并支持一二三级联动效果,TimePopupWindow 时间选择器,支持年月日时分,年月日,时分等格式;OptionsPopupWindow 选项选择器,支持一,二,三级选项选择,并且可以设置是否联动
项目地址:https://github.com/saiwu-bigkoo/Android-PickerView
效果图:
包括 Toast、角标、UndoBar 等提示性控件
Crouton
丰富样式的 Toast,允许 alert、comfirm、info 样式及点击消失样式,允许设置 Toast 显示时间,允许自定义 View。 本文 32. SuperToasts 为其扩展版
项目地址:https://github.com/keyboardsurfer/Crouton
Demo 地址:http://play.google.com/store/apps/details?id=de.keyboardsurfer.app.demo.crouton
supertooltips
带动画效果的 Tips 显示
项目地址:https://github.com/nhaarman/supertooltips
Demo 地址:https://play.google.com/store/apps/details?id=com.haarman.supertooltips
Android ViewBadger
为其他 View 添加角标等
项目地址:https://github.com/jgilfelt/android-viewbadger
Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/android-viewbadger.apk?raw=true
效果图:
SuperToasts
更丰富样式的 toast,支持 Button、Progress、Horizontal Progress 样式、支持进入动画、支持撤销及其动画设置
项目地址:https://github.com/JohnPersano/SuperToasts
Demo 地址:https://play.google.com/store/apps/details?id=com.supertoastsdemo
效果图:
UndoBar
屏幕底部显示取消或是确认的 PopupWindows
项目地址:https://github.com/soarcn/UndoBar
效果图:
UndoBar
屏幕底部显示取消或是确认某操作
项目地址:https://github.com/jenzz/Android-UndoBar
效果图:
Android-ActionItemBadge
可以在 ActionBar 的 MenuItem 上显示一个小角标
项目地址:https://github.com/mikepenz/Android-ActionItemBadge
效果图:
SnackBar
Material Design 风格的 Toast,类似 Google inbox 中的提示
项目地址:https://github.com/MrEngineer13/SnackBar
Demo 地址:https://play.google.com/store/apps/details?id=com.mrengineer13.snackbar.sample
效果图:
HeadsUp
在 2.3 上使用 android 5.0 的 HeadsUp 效果
项目地址:https://github.com/zzz40500/HeadsUp
效果图:![Renderings](gif](http://upload-images.jianshu.io/upload_images/166866-543a5d26ab71d0f6.gif)
android-flip
类似 Flipboard 翻转动画的实现
项目地址:https://github.com/openaphid/android-flip
Demo 地址:https://github.com/openaphid/android-flip/blob/master/FlipView/Demo/APK/Aphid-FlipView-Demo.apk?raw=true
APP 示例:flipboard
FlipImageView
支持 x、y、z 及动画选择的翻转动画的实现
项目地址:https://github.com/castorflex/FlipImageView
Demo 地址:https://play.google.com/store/apps/details?id=fr.castorflex.android.flipimageview
FoldableLayout
Flip 翻转效果的 ListView,目前还不支持 ListView 缓存
项目地址:https://github.com/alexvasilkov/FoldableLayout
Demo 地址:http://play.google.com/store/apps/details?id=com.alexvasilkov.foldablelayout.sample
FlipViewPager.Draco
Flip 翻转效果的 ViewPager
项目地址:https://github.com/Yalantis/FlipViewPager.Draco
效果:
ColorPickerView
颜色选择器,支持 PopupWindows 或新的 Activity 中打开
项目地址:https://code.google.com/p/color-picker-view/
效果图:
HoloColorPicker
颜色选择器
项目地址:https://github.com/LarsWerkman/HoloColorPicker
Demo 地址:https://docs.google.com/file/d/0BwclyDTlLrdXRzVnTGJvTlRfU2s/edit
ColorPickerPreference
颜色选择器
项目地址:https://github.com/attenzione/android-ColorPickerPreference
效果图:
ColorPicker
颜色选择器(Google Agenda 中的样式风格)
项目地址:https://github.com/flavienlaurent/colorpicker
Demo 地址:https://raw.github.com/biboune/colorpicker/master/colorpicker-sample.apk
效果图:
MPAndroidChart
强大的图表绘制工具,支持折线图、面积图、散点图、时间图、柱状图、条图、饼图、气泡图、圆环图、范围(高至低)条形图、网状图等;支持图的拖拽缩放;支持 Android 2.2 以上,支持横纵轴缩放,多指缩放,展现动画、高亮、保存到 sdcard、从文件读取图表
项目地址:https://github.com/PhilJay/MPAndroidChart
Demo 地址:https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample
Demo 项目:https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample
效果图:
https://camo.githubusercontent.com/78b4bc4e50e151970961daf56e81c4c0db72d27c/68747470733a2f2f7261772e6769746875622e636f6d2f5068696c4a61792f4d5043686172742f6d61737465722f73637265656e73686f74732f73696d706c6564657369676e5f6261726368617274332e706e67
https://camo.githubusercontent.com/65f51783ec05038730b481ed614b57a94e867d86/68747470733a2f2f7261772e6769746875622e636f6d2f5068696c4a61792f4d5043686172742f6d61737465722f73637265656e73686f74732f626172636861727432642e706e67
https://camo.githubusercontent.com/f66a35bf430b12480d3e2ed8e3bc8d7a17db950f/68747470733a2f2f7261772e6769746875622e636f6d2f5068696c4a61792f4d5043686172742f6d61737465722f73637265656e73686f74732f626172636861727433642e706e67
https://camo.githubusercontent.com/60bd0d71462ad577df775b956944b191e939728a/68747470733a2f2f7261772e6769746875622e636f6d2f5068696c4a61792f4d50416e64726f696443686172742f6d61737465722f73637265656e73686f74732f70696563686172745f686f6c657261646975735f73706163652e706e67
https://camo.githubusercontent.com/6b254aa699df7f9464967009129c3017de721b77/68747470733a2f2f7261772e6769746875622e636f6d2f5068696c4a61792f4d50416e64726f696443686172742f6d61737465722f73637265656e73686f74732f7363617474657263686172742e706e67
在线演示:https://www.youtube.com/watch?v=ufaK_Hd6BpI
achartengine
强大的图表绘制工具,支持折线图、面积图、散点图、时间图、柱状图、条图、饼图、气泡图、圆环图、范围(高至低)条形图、拨号图/表、立方线图及各种图的结合
项目地址:https://code.google.com/p/achartengine/
效果图:
http://www.achartengine.org/dimages/sales_line_and_area_chart.png
http://www.achartengine.org/dimages/temperature_range_chart.png
http://www.achartengine.org/dimages/combined_chart.png
http://www.achartengine.org/dimages/budget_chart.png
官网网址:http://www.achartengine.org/
APP 示例:Wordpress Android,Google Analytics
GraphView
绘制图表和曲线图的 View,可用于 Android 上的曲形图、柱状图、波浪图展示
项目地址:https://github.com/jjoe64/GraphView
Demo 项目:https://github.com/jjoe64/GraphView-Demos
APP 示例:Wordpress Android,Google Analytics
HoloGraphLibrary
绘制现状图、柱状图、饼状图
项目地址:https://bitbucket.org/danielnadeau/holographlibrary/src
文档介绍:https://bitbucket.org/danielnadeau/holographlibrary/wiki/Home
XCL-Charts
XCL-Charts 基于原生的 Canvas 来绘制各种图表,在设计时,尽量在保证开发效率的同时,给使用者提供足够多的定制化能力。因此使用简便,同时具有相当灵活的定制能力。目前支持 3D/非 3D 柱形图(Bar Chart)、3D/非 3D 饼图(Pie Chart)、堆积图(Stacked Bar Chart)、面积图(Area Chart)、 折线图(Line Chart)、曲线图(Spline Chart)、环形图(Dount Chart)、南丁格尔玫瑰图(Rose Chart)、仪表盘(Dial Chart)、刻度盘(Gauge Chart)、雷达图(Radar Chart)、圆形图(Circle Chart)等图表。其它特性还包括支持图表缩放、手势移动、动画显示效果、高密度柱形显示、图表分界定制线、多图表的混合显示及同数据源不同类型图表切换等。
项目地址:https://github.com/xcltapestry/XCL-Charts
Demo 地址:https://github.com/xcltapestry/XCL-Charts/blob/master/XCL-Charts-demo/bin/XCL-Charts-demo.apk?raw=true
EazeGraph
Android 图表库,支持柱状图、分层柱状图、饼状图、线性图
项目地址:https://github.com/blackfizz/EazeGraph
Demo 地址:https://play.google.com/store/apps/details?id=org.eazegraph.app
WilliamChart
绘制图表的库,支持 LineChartView、BarChartView 和 StackBarChartView 三中图表类型,并且支持 Android 2.2 及以上的系统。
项目地址:https://github.com/diogobernardino/WilliamChart
Demo 地址:https://play.google.com/store/apps/details?id=com.db.williamchartdemo
Demo 项目:https://github.com/diogobernardino/WilliamChart/tree/master/sample
效果图:
HelloCharts for Android
支持折线图、柱状图、饼图、气泡图、组合图;支持预览、放大缩小,滚动,部分图表支持动画;支持 Android 2.2 以上
项目地址:https://github.com/lecho/hellocharts-android
Demo 地址:https://play.google.com/store/apps/details?id=lecho.lib.hellocharts.samples
在线演示:https://www.youtube.com/watch?v=xbSBjyjH2SY
不同样式的系统 UI 风格,如 IOS、Bootstrap 风格
UITableView
ios 风格控件,包括 Button、ListView、TableView
项目地址:https://github.com/thiagolocatelli/android-uitableview
Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/ui-tableview-demo.apk?raw=true
ATableView
ios 风格控件
项目地址:https://github.com/dmacosta/ATableView
Demo 地址:https://play.google.com/store/apps/details?id=com.nakardo.atableview.demo
Cards-UI
卡片式 View,支持单个卡片,item 为卡片的 ListView
项目地址:https://github.com/afollestad/Cards-UI
Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/cards-ui-demo.apk?raw=true
cardslib
卡片式 View,支持单个卡片,item 为卡片的 ListView 和 GridView
项目地址:https://github.com/gabrielemariotti/cardslib
Demo 地址:https://play.google.com/store/apps/details?id=it.gmariotti.cardslib.demo
Android-Bootstrap
Bootstrap 风格的按钮
项目地址:https://github.com/Bearded-Hen/Android-Bootstrap
效果图:
Material Design Android Library
Android L 中 Material Design 风格的组件适配到 Android 2.2+
项目地址:https://github.com/navasmdc/MaterialDesignLibrary
Android FlatUI
Android 扁平化风格的组件,支持一些自定义样式
项目地址:https://github.com/eluleci/FlatUI
效果图:
cheesesquare
全新 Android 设计库演示 Demo,包括 Collapsing Toolbar、FloatingActionButton、View anchoring、NavigationView、Snackbar
项目地址:https://github.com/chrisbanes/cheesesquare
效果图:
SwipeBackLayout
左右或向上滑动返回的 Activity
项目地址:https://github.com/Issacw0ng/SwipeBackLayout
Demo 地址:https://play.google.com/store/apps/details?id=me.imid.swipebacklayout.demo
APP 示例:知乎
android-styled-dialogs
可自定义样式的 dialog,默认与 Holo 主题样式一致,在 Android2.2 以上同一样式
项目地址:https://github.com/inmite/android-styled-dialogs
Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/styled-dialogs-demo.apk?raw=true
Android Sliding Up Panel
可拖动的 View,能在当前 Activity 上扶起一个可拖动的 Panel
项目地址:https://github.com/umano/AndroidSlidingUpPanel
Demo 地址:https://play.google.com/store/apps/details?id=com.sothree.umano
APP 示例:Google Music 精简播放栏
TableFixHeaders
第一列固定的 Table
项目地址:https://github.com/InQBarna/TableFixHeaders
Demo 地址:http://bit.ly/13buAIq
Inscription
可用于展示应用 change 和 new feature 信息
项目地址:https://github.com/MartinvanZ/Inscription
ActivityTransition
Activity 切换动画,包括渐变、flip、某个位置进入等等
项目地址:https://github.com/ophilbert/ActivityTransition
文档介绍:https://github.com/jfeinstein10/JazzyViewPager/blob/master/JazzyViewPager.apk?raw=true
EasyAndroidAnimations
针对 View 的各种动画
项目地址:https://github.com/2359media/EasyAndroidAnimations
android-lockpattern
Android 的图案密码解锁
项目地址:https://code.google.com/p/android-lockpattern/
原理剖析文档:android-lockpattern
Demo 地址:https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo
文档介绍:https://code.google.com/p/android-lockpattern/wiki/QuickUse
APP 示例:Android 开机的图案密码解锁,支付宝的密码解锁
PatternLock
另一个 Android 图案解锁库
项目地址:https://github.com/DreaminginCodeZH/PatternLock
Demo 地址:https://github.com/DreaminginCodeZH/PatternLock/raw/master/dist/sample.apk
效果图:
APP 示例:Android 开机的图案密码解锁,支付宝的密码解锁
RangeBar
类似于 SeekBar,不同的是可以选择一个范围内的值而不是单个值
项目地址:https://github.com/edmodo/range-bar
Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/range-bar-demo.apk?raw=true
效果图:
ChromeView
利用 Chromium 实现的 WebView,解决各个 Android 版本 WebView 不同的问题,同时利用最新 Chrome 代码
项目地址:https://github.com/pwnall/chromeview
android-phased-seek-bar
支持预先定义状态的 SeekBar
项目地址:https://github.com/ademar111190/android-phased-seek-bar
效果图:
Android Slider Preference Library
可添加到设置中的基于对话框的 RankBar 小部件
项目地址:https://github.com/jayschwa/AndroidSliderPreference
ShowcaseView library
用于高亮显示应用程序的特定部分,从而突出突出重点
项目地址:https://github.com/amlcurran/ShowcaseView
android-segmented-control
Android 上的 Segmented Controls,相当于 RadioButton 组
项目地址:https://github.com/hoang8f/android-segmented-control
Swipeable Cards
类似 Tinder 的卡片效果,可以加载图片并动画效果展示,向左滑动表示喜欢,向右表示不喜欢
项目地址:https://github.com/kikoso/Swipeable-Cards
Demo 地址:https://play.google.com/store/apps/details?id=info.hoang8f.fbutton.demo
EdgeEffectOverride
改变 ScrollView, ListView, ExpandableListView, GridView, ViewPager 等滚动控件滚动到边缘的颜色效果
项目地址:https://github.com/AndroidAlliance/EdgeEffectOverride
android-pinned-header-listviews
使 ExpandListView 的 Group 滑动到顶端时会固定不动直到另外一个 Group 到达顶端
项目地址:https://github.com/rtyley/android-pinned-header-listviews
AndroidSwipeLayout
滑动 Layout,支持单个 View,ListView,GridView
项目地址:https://github.com/daimajia/AndroidSwipeLayout
Demo 地址:Download Demo
效果图:
DynamicCardLayout
在 Android 中实现的类似 Windows8 的瓷片布局
项目地址:https://github.com/dodola/DynamicCardLayout
效果图:
Emoticons-Keyboard
带表情情符号的自定义键盘
项目地址:https://github.com/chiragjain/Emoticons-Keyboard
效果图:
Android Typeface Helper
可以帮你轻松实现自定义字体的库
项目地址:https://github.com/norbsoft/android-typeface-helper
效果图:
Android-Anim-Playground
几个动画效果,其中第二个基于 android-svg 的绘制效果非常好
项目地址:https://github.com/Tibolte/Android-Anim-Playground
效果图:
AlertView 仿iOS的AlertViewController 几乎完美还原iOS 的 AlertViewController ,同时支持Alert和ActionSheet模式,每一个细节都是精雕细琢,并把api封装成懒到极致模式,一行代码就可以进行弹窗.
项目地址:https://github.com/saiwu-bigkoo/Android-AlertView
效果图:
NiftyDialogEffects
支持自定义飞入动画样式的 Dialog
项目地址:https://github.com/sd6352051/NiftyDialogEffects
效果图:
在线演示:http://tympanus.net/Development/ModalWindowEffects/
PostOffice
创建 Holo 及 Material Design 样式的 Dialog
项目地址:https://github.com/r0adkll/PostOffice
效果图:
Swipecards
类似 Tinder 的卡片效果,可以加载图片并动画效果展示,向左滑动表示喜欢,向右表示不喜欢,根据 Kikoso's Swipeable-Cards 改造而来
项目地址:https://github.com/Diolor/Swipecards
SeekArc
圆形的 SeekBar
项目地址:https://github.com/TriggerTrap/SeekArc
效果图:
BlurDialogFragment
显示 DialogFragment 时背景模糊效果
项目地址:https://github.com/tvbarthel/BlurDialogFragment
Demo 地址:https://play.google.com/store/apps/details?id=fr.tvbarthel.lib.blurdialogfragment.sample
range-seek-bar
随机值选取的 SeekBar
项目地址:https://github.com/yahoo/android-range-seek-bar
效果图:
MaterialRangeBar
可以选择一个范围内的值而不是单个值的 SeekBar,RangeBar 的 Material Design 风格适配
项目地址:https://github.com/oli107/material-range-bar
效果图:
MaterialList
Material Design 风格的 CardView
项目地址:https://github.com/dexafree/MaterialList
Demo 地址:https://play.google.com/store/apps/details?id=com.dexafree.materiallistviewexample
效果图:
road-trip
设置 path 的各种动画效果,以及如何实现复杂路径动画,类似于 ios 中的指纹注册界面的指纹动画效果
项目地址:https://github.com/romainguy/road-trip
效果图:
dialogplus
一个简单的 Android 对话框,支持不同的弹出模式
项目地址:https://github.com/orhanobut/dialogplus
效果图:
FlowLayout
一个简单的流式布局,用法类似 LinearLayout,但是能够让子元素根据宽度自动换行
项目地址:FLowLayout
效果图:
主要包括那些不错的开发库,包括依赖注入框架、图片缓存、网络请求、数据库 ORM 建模、Android 公共库、Android 高版本向低版本兼容、多媒体相关及其他。
通过依赖注入减少 View、服务、资源简化初始化,事件绑定等重复繁琐工作
AndroidAnnotations(Code Diet)
android 快速开发框架
项目地址:https://github.com/excilys/androidannotations
文档介绍:https://github.com/excilys/androidannotations/wiki
官网网址:http://androidannotations.org/
特点:(1) 依赖注入:包括 view,extras,系统服务,资源等等
(2) 简单的线程模型,通过 annotation 表示方法运行在 ui 线程还是后台线程
(3) 事件绑定:通过 annotation 表示 view 的响应事件,不用在写内部类
(4) REST 客户端:定义客户端接口,自动生成 REST 请求的实现
(5) 没有你想象的复杂:AndroidAnnotations 只是在在编译时生成相应子类
(6) 不影响应用性能:仅 50kb,在编译时完成,不会对运行时有性能影响。
其他:与 roboguice 的比较:roboguice 通过运行时读取 annotations 进行反射,所以可能影响应用性能,而 AndroidAnnotations 在编译时生成子类,所以对性能没有影响
roboguice
帮你处理了很多代码异常,利用 annotation 使得更少的代码完成项目
项目地址:https://github.com/roboguice/roboguice
文档介绍:https://github.com/roboguice/roboguice/wiki
butterknife
利用 annotation 帮你快速完成 View 的初始化,减少代码
项目地址:https://github.com/JakeWharton/butterknife
文档介绍:http://jakewharton.github.io/butterknife/
Dagger
依赖注入,适用于 Android 和 Java
项目地址:https://github.com/square/dagger
原理剖析文档:Dagger
文档介绍:http://square.github.io/dagger/
Android-Universal-Image-Loader
图片缓存,目前使用最广泛的图片缓存,支持主流图片缓存的绝大多数特性。
项目地址:https://github.com/nostra13/Android-Universal-Image-Loader
原理剖析文档:Android-Universal-Image-Loader
Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/universal-imageloader-demo.apk?raw=true
文档介绍:http://www.intexsoft.com/blog/item/74-universal-image-loader-part-3.html
picasso
square 开源的图片缓存
项目地址:https://github.com/square/picasso
文档介绍:http://square.github.io/picasso/
特点:(1)可以自动检测 adapter 的重用并取消之前的下载
(2)图片变换
(3)可以加载本地资源
(4)可以设置占位资源
(5)支持 debug 模式
Cube ImageLoader
阿里巴巴一淘使用的图片加载,综合了 Android-Universal-Image-Loader 和 square 等组件优点,简单易用,良好的中文文档支持
项目地址:https://github.com/etao-open-source/cube-sdk
Demo 地址:https://github.com/liaohuqiu/cube-sdk/raw/master/cube-sdk-sample.apk
文档介绍:http://cube-sdk.liaohuqiu.net/
效果图:
fresco
一款强大的图片缓存工具,由 Facebook 开发
项目地址:https://github.com/facebook/fresco
文档介绍:http://frescolib.org/
特点:(1) 两个内存缓存加上磁盘缓存构成了三级缓存
(2) 支持流式,可以类似网页上模糊渐进式显示图片
(3) 对多帧动画图片支持更好,如 Gif、WebP
(4) 更多样的显示,如圆角、进度条、点击重试、自定义对焦点
(5) 更多样的加载,如支持 EXIF、全面支持 WebP
(6) 支持 Android 2.3+
Glide
Glide 是一个 android 平台上的快速和高效的开源的多媒体资源管理库,提供 多媒体文件的压缩,内存和磁盘缓存, 资源池的接口。
它可以最大性能地在 Android 设备上读取、解码、显示图片和视频。Glide 可以将远程的图片、视频、动画图片等缓存在设备本地便于提高用户浏览图片的流畅体验。
项目地址:https://github.com/bumptech/glide
特点:
(1) GIF 动画的解码
(2) 本地视频剧照的解码
(3) 支持缩略图
(4) Activity 生命周期的集成
(5) 转码的支持
(6) 动画的支持
(7) OkHttp 和 Volley 的支持
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
Asynchronous Http Client for Android
Android 异步 Http 请求
项目地址:https://github.com/loopj/android-async-http
文档介绍:http://loopj.com/android-async-http/
特点:(1) 在匿名回调中处理请求结果
(2) 在 UI 线程外进行 http 请求
(3) 文件断点上传
(4) 智能重试
(5) 默认 gzip 压缩
(6) 支持解析成 Json 格式
(7) 可将 Cookies 持久化到 SharedPreferences
android-query
异步加载,更少代码完成 Android 加载
项目地址:https://github.com/androidquery/androidquery 或 https://code.google.com/p/android-query/
Demo 地址:https://play.google.com/store/apps/details?id=com.androidquery
文档介绍:https://code.google.com/p/android-query/#Why_AQuery?
特点:https://code.google.com/p/android-query/#Why_AQuery?
Async Http Client
Java 异步 Http 请求
项目地址:https://github.com/AsyncHttpClient/async-http-client
文档介绍:http://sonatype.github.io/async-http-client/
Ion
支持图片、json、http post 等异步请求
项目地址:https://github.com/koush/ion
文档介绍:https://github.com/koush/ion#more-examples
Http Request
项目地址:https://github.com/kevinsawicki/http-request
文档介绍:https://github.com/kevinsawicki/http-request#examples
okhttp
square 开源的 http 工具类
项目地址:https://github.com/square/okhttp
文档介绍:http://square.github.io/okhttp/
特点:(1) 支持 SPDY( http://zh.wikipedia.org/wiki/SPDY )协议。SPDY 协议是 Google 开发的基于传输控制协议的应用层协议,通过压缩,多路复用(一个 TCP 链接传送网页和图片等资源)和优先级来缩短加载时间。
(2) 如果 SPDY 不可用,利用连接池减少请求延迟
(3) Gzip 压缩
(4) Response 缓存减少不必要的请求
Retrofit
RESTFUL API 设计
项目地址:https://github.com/square/retrofit
文档介绍:http://square.github.io/retrofit/
RoboSpice
Android 异步网络请求工具,支持缓存、REST 等等
项目地址:https://github.com/stephanenicolas/robospice
Demo 地址:https://github.com/stephanenicolas/RoboDemo/downloads
TwistVolley
TwistVolley 是对 Volley 的一个封装库。提供类似 Picasso 一样的串联式 API。使得使用 Volley 更加方便。
项目地址:https://github.com/TwistedEquations/TwistVolley
orm 的 db 工具类,简化建表、查询、更新、插入、事务、索引的操作
1. greenDAO
Android Sqlite orm 的 db 工具类
项目地址:https://github.com/greenrobot/greenDAO
文档介绍:http://greendao-orm.com/documentation/
官网网址:http://greendao-orm.com/
特点:(1) 性能佳
(2) 简单易用的 API
(3) 内存小好小
(4) 库大小小
ActiveAndroid
Android Sqlite orm 的 db 工具类
项目地址:https://github.com/pardom/ActiveAndroid
文档介绍:https://github.com/pardom/ActiveAndroid/wiki/_pages
Sprinkles
Android Sqlite orm 的 db 工具类,比较显著的特点就是配合 https://github.com/square/retrofit 能保存从服务器获取的数据
项目地址:https://github.com/emilsjolander/sprinkles
文档介绍:http://emilsjolander.github.io/blog/2013/12/18/android-with-sprinkles/
Realm
移动端的数据库,适用于 Phone、Tablet、Wearable,支持 ORM,线程安全、支持连表及数据库加密,比 SQLite 性能更好
项目地址:https://github.com/realm/realm-java
文档介绍:http://realm.io/docs/java/0.72.0/
ormlite-android
项目地址:https://github.com/j256/ormlite-android
文档介绍:http://ormlite.com/sqlite_java_android_orm.shtml
Schematic
根据 SQLite 生成 ContentProvider
项目地址:https://github.com/SimonVT/schematic
DBFlow
Android SQLite ORM 工具库。综合了 Active Android, Schematic, Ollie,Sprinkles 等库的优点;通过注解实现,性能好;能生成 ContentProvider。
项目地址:https://github.com/Raizlabs/DBFlow
文档介绍:https://github.com/Raizlabs/DBFlow#usage-docs
Guava
Google 的基于 java1.6 的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O 等等. 这些高质量的 API 可以使你的 JAVa 代码更加优雅,更加简洁
项目地址:https://code.google.com/p/guava-libraries/
文档介绍:https://code.google.com/p/guava-libraries/wiki/GuavaExplained
AndroidCommon
Android 公共库
项目地址:https://github.com/Trinea/AndroidCommon
Demo 地址:https://play.google.com/store/apps/details?id=cn.trinea.android.demo
文档介绍:http://www.trinea.cn/android/android-common-lib/
包括:a. ImageCache 图片缓存,包含内存和 Sdcard 缓存
http://www.trinea.cn/android/android-imagecache/
特点:(1)支持预取新图片,支持等待队列
(2)包含二级缓存,可自定义文件名保存规则
(3)可选择多种缓存算法(FIFO、LIFO、LRU、MRU、LFU、MFU 等 13 种)或自定义缓存算法
(4)可方便的保存及初始化恢复数据
(5)支持不同类型网络处理
(6)可根据系统配置初始化缓存等
b. HttpCache Http 缓存
文档介绍:http://www.trinea.cn/android/android-http-cache
特点是:(1) 根据 cache-control、expires 缓存 http 请求
(2) 支持同步、异步 Http 请求
(3) 在匿名回调中处理请求结果
(4) 在 UI 线程外进行 http 请求
(5) 默认 gzip 压缩
(2) 公共 View(下拉及底部加载更多 ListView、底部加载更多 ScrollView、滑动一页 Gallery)
(3) Android 常用工具类(网络、下载、Android 资源操作、shell、文件、Json、随机数、Collection 等等)
c. DropDownListView 下拉刷新及滑动到底部加载更多 ListView
文档介绍:http://www.trinea.cn/android/dropdown-to-refresh-and-bottom-load-more-listview/
shipfaster
整合了 Dagger Otto Retrofit Robolectric Picasso OkHttp,方便快速开发
项目地址:https://github.com/pyricau/shipfaster
CleanAndroidCode
整合了 Dagger Otto AndroidAnnotations,方便快速开发
项目地址:https://github.com/pyricau/CleanAndroidCode
xUtils
基于 Afinal,包含 DbUtils、ViewUtils、HttpUtils、BitmapUtils 四大模块,可用于快速开发
项目地址:https://github.com/wyouflf/xUtils
原理剖析文档:xUtils
Afinal
Afinal 是一个 android 的 ioc,orm 框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过 finalActivity,我们可以通过注解的方式进行绑定 ui 和事件。通过 finalBitmap,我们可以方便的加载 bitmap 图片,而无需考虑 oom 等问题。通过 finalDB 模块,我们一行代码就可以对 android 的 sqlite 数据库进行增删改查。通过 FinalHttp 模块,我们可以以 ajax 形式请求 http 数据
项目地址:https://github.com/yangfuhai/afinal
官网网址:http://www.afinal.org
UltimateAndroid
UltimateAndroid 是一个快速开发 Android 应用的框架,框架目前主要包含的功能有 View Injection,ORM,异步网络请求和图片加载,自动化脚本测试,磁盘 LRU 等功能.同时提供了类似于 TripleDes、Webview 快速设置、Md5 处理、String 处理,Https 处理等常用工具类,还有超过 100 多种 UI 控件效果。
项目地址:https://github.com/cymcsg/UltimateAndroid
官网网址:http://blog.marshalchen.com/UltimateAndroid/
SAF
SAF(Simple Android Framework)是一个简单的 android 框架,它为开发 Android app 提供了基础性组件。
项目地址:https://github.com/fengzhizi715/SAF
官网网址:http://www.salesuite.cn/
包括:(1)Event Bus(事件总线)
(2) Rest Client(http 的框架)
(3) Image Cache(图片缓存)
(4) Dependency Injection(依赖注入)
(5) Sqlite ORM(sqlite 的 orm)
(6) Router(Activity、Fragment 的 Router)
(7) Utils(各种常用的工具类)
Barber
Custom View 神器。通过简单的注解帮助你大大减少 Custom View 中的代码量。由于和 ButterKnife 一样使用了 Annotation Proccessor ,所以对程序性能没有影响。
项目地址:https://github.com/hzsweers/barber
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
Nine Old Androids
将 Android 3.0(Honeycomb)所有动画 API(ObjectAnimator ValueAnimator 等)兼容到 Android1.0
项目地址:https://github.com/JakeWharton/NineOldAndroids
原理剖析文档:Nine Old Androids
Demo 地址:https://play.google.com/store/apps/details?id=com.jakewharton.nineoldandroids.sample
文档介绍:http://nineoldandroids.com/
HoloEverywhere
将 Android 3.0 的 Holo 主题兼容到 Android2.1++
项目地址:https://github.com/Prototik/HoloEverywhere
Demo 地址:https://raw.github.com/Prototik/HoloEverywhere/repo/org/holoeverywhere/demo/2.1.0/demo-2.1.0.apk
文档介绍:http://android-developers.blogspot.com/2012/01/holo-everywhere.html
SherlockNavigationDrawer
将 Android NavigationDrawer 和 ActionbarSherlock 结合,解决 4.0 以下 NavigationDrawer 的适配问题
项目地址:https://github.com/tobykurien/SherlockNavigationDrawer
文档介绍:http://developer.android.com/training/implementing-navigation/nav-drawer.html
Notifications4EveryWhere
将 Android 4.1 的 Notification 兼容到 Android2.2++
项目地址:https://github.com/youxiachai/Notifications4EveryWhere
Android Switch Widget Backport
将 Android Switch 和 SwitchPreference 的兼容到 Android2.1++
项目地址:https://github.com/BoD/android-switch-backport
Demo 地址:https://play.google.com/store/apps/details?id=org.jraf.android.backport.switchwidget.sample
文档介绍:https://github.com/BoD/android-switch-backport#using-the-switch
android-datepicker
将 Android 4.0 的 datepicker 兼容到 Android2.2++
项目地址:https://github.com/SimonVT/android-datepicker
Transitions Everywhere
Android 4.4 的 Transitions API 兼容到 Android 2.2 以上
项目地址:https://github.com/andkulikov/transitions-everywhere
cocos2d-x
跨平台的 2d 游戏框架,支持 Android、IOS、Linux、Windows 等众多平台
项目地址:https://github.com/cocos2d/cocos2d-x
文档介绍:http://www.cocos2d-x.org/wiki
官网网址:http://www.cocos2d-x.org/
Vitamio
是一款 Android 与 iOS 平台上的全能多媒体开发框架
项目地址:https://github.com/yixia/VitamioBundle
网站介绍:http://www.vitamio.org/docs/
特点:(1) 全面支持硬件解码与 GPU 渲染
(2) 能够流畅播放 720P 甚至 1080P 高清 MKV,FLV,MP4,MOV,TS,RMVB 等常见格式的视频
(3) 在 Android 与 iOS 上跨平台支持 MMS, RTSP, RTMP, HLS(m3u8)等常见的多种视频流媒体协议,包括点播与直播。
VDPlayerSDK
最容易集成的开源播放器组件,支持直播,支持软硬解切换,支持清晰度切换
项目地址:https://github.com/SinaVDDeveloper/
Demo 地址:https://github.com/SinaVDDeveloper/demo
文档介绍:https://github.com/SinaVDDeveloper/sinavideo_playersdk
特点:
(1) 使用自定义控件方式提供播放器UI,不需要视频相关知识,能编写android应用就能使用
(2) 软硬解切换、点播直播支持
(3) 解码内核小于4M,更方便集成到非专业视频app中
(4) 修正一些vitaimio的问题,比如m3u8可以拖动等等
PhotoProcessing
利用 ndk 处理图片库,支持 Instafix、Ansel、Testino、XPro、Retro、BW、Sepia、Cyano、Georgia、Sahara、HDR、Rotate(旋转)、Flip(翻转)等各种特效
项目地址:https://github.com/lightbox/PhotoProcessing
Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/photo-processing.apk?raw=true
Android StackBlur
图片模糊效果工具类
项目地址:https://github.com/kikoso/android-stackblur
Demo 地址:https://github.com/kikoso/android-stackblur/blob/master/StackBlurDemo/bin/StackBlurDemo.apk?raw=true
文档介绍:https://github.com/kikoso/android-stackblur#usage
Bitmap Smart Clipping using OpenCV
图片智能裁剪保留重要部分显示
项目地址:https://github.com/beartung/tclip-android
利用淘宝的 http://code.taobao.org/p/tclip/ 库完成
一淘玩客正在使用的图片裁剪,自动识别图片中的重要区域,并且在图片裁剪时保留重要区域
特点:(1). 能进行人脸识别。图片中有人脸,将自动视为人脸区域为重要区域,将不会被裁剪掉
(2).自动其它重要区域。如果图片中未识别出人脸,则会根据特征分布计算出重区域
Cropper
图片局部剪切工具,可触摸控制选择区域或旋转
项目地址:https://github.com/edmodo/cropper
文档介绍:https://github.com/edmodo/cropper/wiki
效果图:
android-crop
图片裁剪 Activity
项目地址:https://github.com/jdamcd/android-crop
效果图:
TileView
可分块显示大图,支持 2D 拖动、双击、双指放大、双指捏合
项目地址:https://github.com/moagrius/TileView
Demo 地址:http://moagrius.github.io/TileView/TileViewDemo.apk
BlurEffectForAndroidDesign
图片模糊效果
项目地址:https://github.com/PomepuyN/BlurEffectForAndroidDesign
android-eye
PC 端网页查看同一局域网内的手机摄像头内容,可以用来监控哦
项目地址:https://github.com/Teaonly/android-eye
Demo 地址:https://play.google.com/store/apps/details?id=teaonly.droideye
libpng for Android
PNG 图片的 jni 库,支持几乎 png 的所有特性
项目地址:https://github.com/julienr/libpng-android
文档介绍:http://www.libpng.org/pub/png/libpng.html
android-gpuimage
基于 GPU 的图片滤镜
项目地址:https://github.com/CyberAgent/android-gpuimage
AndroidFaceCropper
图片脸部自动识别,将识别后的局部图片返回
项目地址:https://github.com/lafosca/AndroidFaceCropper
Android Video Crop
利用 TextureView 播放和剪切视频,类似 ImageView.setScaleType
项目地址:https://github.com/dmytrodanylyk/android-video-crop
Demo 地址:https://github.com/lafosca/AndroidFaceCropper/releases/download/1.0/FaceCropper-sample-debug-unaligned.apk
svg-android
Android Svg 矢量图形支持
项目地址:https://github.com/japgolly/svg-android https://github.com/japgolly/svg-android
Android Visualizer
从 Android MediaPlayer 获得音频,然后像 iTunes 及 WinAmp 一样展示音轨
项目地址:https://github.com/felixpalmer/android-visualizer
ExoPlayer
包括仪表板和 SmoothStreaming 自适应回放,缓存持久化和自定义渲染器,方便自定义和扩展,并且可以通过应用商店更新
项目地址:https://github.com/google/ExoPlayer
DanmakuFlameMaster
android 上开源弹幕解析绘制引擎项目
项目地址:https://github.com/ctiao/DanmakuFlameMaster
通过发布/订阅事件解耦事件发送和接受,从而简化应用程序组件(Activities, Fragments 及后台线程)之间的通信
EventBus
greenrobot 的开源项目
项目地址:https://github.com/greenrobot/EventBus
原理剖析文档:EventBus
文档介绍:https://github.com/greenrobot/EventBus#general-usage-and-api
特点:(1) 支持在不同类型的线程中处理订阅,包括发布所在线程,UI 线程、单一后台线程、异步线程
(2) 支持事件优先级定义,支持优先级高的订阅者取消事件继续传递,支持粘性事件,是不是跟系统的有序广播、粘性广播很像啊
(3) 不是基于 annotations
(4) 性能更优
(5) 体积小
(6) 支持单例创建或创建多个对象
(7) 支持根据事件类型订阅
Otto
Square 的开源项目,基于 Guava 的 Android 优化
项目地址:https://github.com/square/otto
文档介绍:http://square.github.io/otto/
EventBus 与 Otto 的功能及性能对比文档
EventBus 与 Otto 性能对比 Demo Apk
Great Android Sensing Toolkit
Android 感应器工具包,包含示例及使用过程中可能需要的算法
项目地址:https://github.com/gast-lib/gast-lib
Demo 地址:https://play.google.com/store/apps/details?id=root.gast.playground
文档介绍:https://github.com/gast-lib/gast-lib#documentation
SensorManager
Android 传感器管理
项目地址:https://github.com/nlathia/SensorManager
文档介绍:https://docs.google.com/document/d/1TqThJULb-4e6TGb1gdkAaPCfyuXStjJpbnt7a0OZ9OE/edit
GPSLogger
记录 GPS 信息
项目地址:https://github.com/mendhak/gpslogger
Demo 地址:https://play.google.com/store/apps/details?id=com.mendhak.gpslogger
文档介绍:http://code.mendhak.com/gpslogger/
Pedometer
计步器,使用硬件计步感应器
项目地址:https://github.com/j4velin/Pedometer
leapcast
ChromeCast 模拟器的 App
项目地址:https://github.com/dz0ny/leapcast
Arduino-Communicator
与 Arduino 通信的 App
项目地址:https://github.com/jeppsson/Arduino-Communicator
android-pedometer
Android 计步器
项目地址:https://github.com/bagilevi/android-pedometer
Demo 地址:http://pedometer.googlecode.com/files/Pedometer-1.4.apk
OwnTracks for Android
自己的轨迹记录
项目地址:https://github.com/owntracks/android
Shake Detector library for Android
Android 手机震动摇晃检测库,提供供 UI 线程调用的回调接口
项目地址:https://github.com/tbouron/ShakeDetector
Demo 地址:https://play.google.com/store/apps/details?id=com.github.tbouron.shakedetector.example
Android heart rate monitor
Android 心跳检测
项目地址:https://github.com/phishman3579/android-heart-rate-monitor
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
farebot
通过 NFC 从公交卡中读取数据的一个应用
项目地址:https://github.com/codebutler/farebot
(转载至:https://github.com/Trinea/android-open-project#%E7%AC%AC%E4%B8%89%E9%83%A8%E5%88%86-%E4%BC%98%E7%A7%80%E9%A1%B9%E7%9B%AE)