Android-开源项目-第18弹-其他

其他

  1. SnappingStepper
    一种漂亮的UI控件,能更灵活的控制数字的增减。可用于购物车商品数量控制。
    项目地址:https://github.com/saiwu-bigkoo/Android-SnappingStepper
    效果图:

  2. SwipeBackLayout
    左右或向上滑动返回的 Activity
    项目地址:https://github.com/Issacw0ng/SwipeBackLayout
    Demo 地址:https://play.google.com/store/apps/details?id=me.imid.swipebacklayout.demo
    APP 示例:知乎

  3. 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

  4. 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 精简播放栏

  5. TableFixHeaders
    第一列固定的 Table
    项目地址:https://github.com/InQBarna/TableFixHeaders
    Demo 地址:http://bit.ly/13buAIq

  6. Inscription
    可用于展示应用 change 和 new feature 信息
    项目地址:https://github.com/MartinvanZ/Inscription

  7. ActivityTransition
    Activity 切换动画,包括渐变、flip、某个位置进入等等
    项目地址:https://github.com/ophilbert/ActivityTransition
    文档介绍:https://github.com/jfeinstein10/JazzyViewPager/blob/master/JazzyViewPager.apk?raw=true

  8. EasyAndroidAnimations
    针对 View 的各种动画
    项目地址:https://github.com/2359media/EasyAndroidAnimations

  9. ViewAnimation
    对android view 动画进行封装,实现起更简单,自带三种常见运动路径,其他的可自定义
    项目地址:https://github.com/guohuanwen/ViewAniamtion
    效果图:
    APP 示例:QQ名片圈圈效果

  10. AndroidLoadingAnimation
    多种android加载动画
    项目地址:https://github.com/guohuanwen/AndroidLoadingAnimation
    效果图:

  11. 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 开机的图案密码解锁,支付宝的密码解锁

  12. PatternLock
    另一个 Android 图案解锁库
    项目地址:https://github.com/DreaminginCodeZH/PatternLock
    Demo 地址:https://github.com/DreaminginCodeZH/PatternLock/raw/master/dist/sample.apk
    效果图:
    APP 示例:Android 开机的图案密码解锁,支付宝的密码解锁

  13. RangeBar
    类似于 SeekBar,不同的是可以选择一个范围内的值而不是单个值
    项目地址:https://github.com/edmodo/range-bar
    Demo 地址:https://github.com/Trinea/TrineaDownload/blob/master/range-bar-demo.apk?raw=true
    效果图:

  14. ChromeView
    利用 Chromium 实现的 WebView,解决各个 Android 版本 WebView 不同的问题,同时利用最新 Chrome 代码
    项目地址:https://github.com/pwnall/chromeview

  15. android-phased-seek-bar
    支持预先定义状态的 SeekBar
    项目地址:https://github.com/ademar111190/android-phased-seek-bar
    效果图:

  16. Android Slider Preference Library
    可添加到设置中的基于对话框的 RankBar 小部件
    项目地址:https://github.com/jayschwa/AndroidSliderPreference

  17. ShowcaseView library
    用于高亮显示应用程序的特定部分,从而突出突出重点
    项目地址:https://github.com/amlcurran/ShowcaseView

  18. android-segmented-control
    Android 上的 Segmented Controls,相当于 RadioButton 组
    项目地址:https://github.com/hoang8f/android-segmented-control

  19. Swipeable Cards
    类似 Tinder 的卡片效果,可以加载图片并动画效果展示,向左滑动表示喜欢,向右表示不喜欢
    项目地址:https://github.com/kikoso/Swipeable-Cards
    Demo 地址:https://play.google.com/store/apps/details?id=info.hoang8f.fbutton.demo

  20. EdgeEffectOverride
    改变 ScrollView, ListView, ExpandableListView, GridView, ViewPager 等滚动控件滚动到边缘的颜色效果
    项目地址:https://github.com/AndroidAlliance/EdgeEffectOverride

  21. android-pinned-header-listviews
    使 ExpandListView 的 Group 滑动到顶端时会固定不动直到另外一个 Group 到达顶端
    项目地址:https://github.com/rtyley/android-pinned-header-listviews

  22. AndroidSwipeLayout
    滑动 Layout,支持单个 View,ListView,GridView
    项目地址:https://github.com/daimajia/AndroidSwipeLayout
    Demo 地址:Download Demo
    效果图:Renderings

  23. DynamicCardLayout
    在 Android 中实现的类似 Windows8 的瓷片布局
    项目地址:https://github.com/dodola/DynamicCardLayout
    效果图:

  24. Emoticons-Keyboard
    带表情情符号的自定义键盘
    项目地址:https://github.com/chiragjain/Emoticons-Keyboard
    效果图:

  25. Android Typeface Helper
    可以帮你轻松实现自定义字体的库
    项目地址:https://github.com/norbsoft/android-typeface-helper
    效果图:Renderings

  26. Android-Anim-Playground
    几个动画效果,其中第二个基于 android-svg 的绘制效果非常好
    项目地址:https://github.com/Tibolte/Android-Anim-Playground
    效果图:

  27. AlertView 仿iOS的AlertViewController 几乎完美还原iOS 的 AlertViewController ,同时支持Alert和ActionSheet模式,每一个细节都是精雕细琢,并把api封装成懒到极致模式,一行代码就可以进行弹窗.
    项目地址:https://github.com/saiwu-bigkoo/Android-AlertView
    效果图:

  28. NiftyDialogEffects
    支持自定义飞入动画样式的 Dialog
    项目地址:https://github.com/sd6352051/NiftyDialogEffects
    效果图:Renderings
    在线演示:http://tympanus.net/Development/ModalWindowEffects/

  29. PostOffice
    创建 Holo 及 Material Design 样式的 Dialog
    项目地址:https://github.com/r0adkll/PostOffice
    效果图:

  30. Swipecards
    类似 Tinder 的卡片效果,可以加载图片并动画效果展示,向左滑动表示喜欢,向右表示不喜欢,根据 Kikoso's Swipeable-Cards 改造而来
    项目地址:https://github.com/Diolor/Swipecards

  31. SeekArc
    圆形的 SeekBar
    项目地址:https://github.com/TriggerTrap/SeekArc
    效果图:Renderings

  32. BlurDialogFragment
    显示 DialogFragment 时背景模糊效果
    项目地址:https://github.com/tvbarthel/BlurDialogFragment
    Demo 地址:https://play.google.com/store/apps/details?id=fr.tvbarthel.lib.blurdialogfragment.sample

  33. range-seek-bar
    随机值选取的 SeekBar
    项目地址:https://github.com/yahoo/android-range-seek-bar
    效果图:

  34. MaterialRangeBar
    可以选择一个范围内的值而不是单个值的 SeekBar,RangeBar 的 Material Design 风格适配
    项目地址:https://github.com/oli107/material-range-bar
    效果图:

  35. MaterialList
    Material Design 风格的 CardView
    项目地址:https://github.com/dexafree/MaterialList
    Demo 地址:https://play.google.com/store/apps/details?id=com.dexafree.materiallistviewexample
    效果图:

  36. road-trip
    设置 path 的各种动画效果,以及如何实现复杂路径动画,类似于 ios 中的指纹注册界面的指纹动画效果
    项目地址:https://github.com/romainguy/road-trip
    效果图:

  37. dialogplus
    一个简单的 Android 对话框,支持不同的弹出模式
    项目地址:https://github.com/orhanobut/dialogplus
    效果图:

  38. FlowLayout
    一个简单的流式布局,用法类似 LinearLayout,但是能够让子元素根据宽度自动换行
    项目地址:FLowLayout
    效果图:Renderings

  39. CircleSeekbar
    一个环形Seekbar组件,支持叠加复合使用
    项目地址:CircleSeekbar
    效果图:
     

  40. FinestWebView
    美麗的和可定制的Android的活動,顯示在一個應用程序的網頁。
    项目地址: https://github.com/TheFinestArtist/FinestWebView-Android
    Sample 地址: https://play.google.com/store/apps/details?id=com.thefinestartist.finestwebview.sample
    效果图: 

  41. YouTubePlayerActivity
    只需通過一個URL來在新的活動播放YouTube視頻。它支持屏幕方向,媒體音量控制等。
    项目地址: https://github.com/TheFinestArtist/YouTubePlayerActivity
    Sample 地址: https://play.google.com/store/apps/details?id=com.thefinestartist.ytpa.sample
    效果图: 

  42. material-camera
    material风格的camera。能使camera使用起来更简单的库。
    项目地址:https://github.com/afollestad/material-camera
    效果图:

  43. material-dialogs
    各种material风格的dialog。 漂亮的的、易于使用的和可定制的Dialog API,你能够使用Material designed风格的Dialog到API 8。
    项目地址:https://github.com/afollestad/material-dialogs
    Sample地址:https://github.com/afollestad/material-dialogs/blob/master/sample/sample.apk
    效果图:

  44. NotifyUtil
    最常见的通知样式库
    项目地址:https://github.com/wenmingvs/NotifyUtil
    demo地址:https://github.com/wenmingvs/NotifyUtil#notifydemo

你可能感兴趣的:(Android-开源项目-第18弹-其他)