-
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精简播放栏 -
AndroidWheel
Android Wheel支持城市、多种日期时间、密码、图片
项目地址:https://code.google.com/p/android-wheel/
效果图: -
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
效果图:类似桌面左右切换的各种效果,不过桌面并非用ViewPager实现而已 -
EasyAndroidAnimations
针对View的各种动画
项目地址:https://github.com/2359media/EasyAndroidAnimations -
GlowPadBackport
将Android4.2的锁屏界面解锁扩展到Android1.6及1.6+
项目地址:https://github.com/rock3r/GlowPadBackport
Demo地址:https://play.google.com/store/apps/details?id=net.sebastianopoggi.samples.ui.GlowPadSample
效果图: -
GlowPadView
Android4锁屏界面解锁
项目地址:https://github.com/nadavfima/GlowPadView
效果图:https://raw.github.com/nadavfima/GlowPadView/master/example.png -
android-lockpattern
Android的图案密码解锁
项目地址:https://code.google.com/p/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开机的图案密码解锁,支付宝的密码解锁 -
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
效果图: -
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
效果图:
-
顶
- 1
-
踩