Android 开源项目android-open-project解析之(三) ScrollView,TimeView,TipView,FlipView

九、ScrollView

  1. Discrollview

    支持滚动时Item淡入淡出,平移,缩放效果的ScrollView

    项目地址:https://github.com/flavienlaurent/discrollview

    Demo地址:https://github.com/flavienlaurent/discrollview/raw/master/sample.apk

  2. PullScrollView

    仿照新浪微博Android客户端个人中心的ScrollView,下拉背景伸缩回弹效果。

    项目地址:https://github.com/MarkMjw/PullScrollView

    效果图:

  3. ParallaxScrollView

    支持视差滚动的ScrollView ,背景图片的滚动速度小于ScrollView中子控件的滚动速度

    项目地址:https://github.com/chrisjenx/ParallaxScrollView

    Demo地址:http://cloud.github.com/downloads/chrisjenx/ParallaxScrollView/ParallaxScrollViewDemo-v1.0.5.apk

  4. AKParallax-Android

    支持视差滚动的ScrollView

    项目地址:https://github.com/ideaismobile/AKParallax-Android

    Demo地址:https://play.google.com/store/apps/details?id=com.appkraft.parallax_sample

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

  6. OverScrollView

    有弹性的ScrollView,实现了当手指滑动到ScrollView的顶部、底部时,可以继续的向上、向下拉伸。当释放手指的时候,向上、下回弹

    项目地址:https://github.com/EverythingMe/OverScrollView

十、TimeView

包括TimePicker、DatePicker、CalendarView、Clock等时间相关控件

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

  2. android-calendar-card

    日历

    项目地址:https://github.com/kenumir/android-calendar-card

    Demo地址:https://play.google.com/store/apps/details?id=com.wt.calendarcardsample

    效果图:

  3. AndroidWheel

    Android Wheel支持城市、多种日期时间、密码、图片

    项目地址:https://code.google.com/p/android-wheel/

    效果图:

  4. GoogleDateTimePickers

    时间选择部件

    项目地址:https://github.com/Mirkoddd/GoogleDateTimePickers

    文档介绍:https://play.google.com/store/apps/details?id=com.mirko.sample&hl=it

  5. DateTimePicker

    日期选择部件(Google Agenda的样式风格)

    项目地址:https://github.com/flavienlaurent/datetimepicker

    Demo地址:https://raw.github.com/biboune/datetimepicker/master/datetimepicker-sample.apk

    效果图:

  6. android-betterpickers

    提供日期、数字、时间(数字方式和钟表方式)、重复周期(闹钟的周期重复)、HMS(时、分、秒)的选择,支持以DialogFragment的弹窗选择

    项目地址:https://github.com/derekbrameyer/android-betterpickers

    Demo地址:https://play.google.com/store/apps/details?id=com.doomonafireball.betterpickers.sample效果图:

  7. Android Week View

    日期控件,支持周,天视图,支持自定义样式

    项目地址:https://github.com/alamkanak/Android-Week-View

    效果图:

十一、TipView

包括Toast、角标、UndoBar等提示性控件

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

  2. supertooltips

    带动画效果的Tips显示

    项目地址:https://github.com/nhaarman/supertooltips

    Demo地址:https://play.google.com/store/apps/details?id=com.haarman.supertooltips

  3. Android ViewBadger

    为其他View添加角标等

    项目地址:https://github.com/jgilfelt/android-viewbadger

    Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/android-viewbadger.apk?raw=true

    效果图:

  4. SuperToasts

    更丰富样式的toast,支持Button、Progress、Horizontal Progress样式、支持进入动画、支持撤销及其动画设置

    项目地址:https://github.com/JohnPersano/SuperToasts

    Demo地址:https://play.google.com/store/apps/details?id=com.supertoastsdemo

    效果图:

  5. UndoBar

    屏幕底部显示取消或是确认的PopupWindows

    项目地址:https://github.com/soarcn/UndoBar

    效果图:

  6. UndoBar

    屏幕底部显示取消或是确认某操作

    项目地址:https://github.com/jenzz/Android-UndoBar

    效果图:

  7. Android-ActionItemBadge

    可以在ActionBar的MenuItem上显示一个小角标

    项目地址:https://github.com/mikepenz/Android-ActionItemBadge

    效果图:

  8. SnackBar

    Material Design 风格的 Toast,类似 Google inbox 中的提示

    项目地址:https://github.com/MrEngineer13/SnackBar

    Demo地址:https://play.google.com/store/apps/details?id=com.mrengineer13.snackbar.sample

    效果图:

  9. HeadsUp

    在2.3上使用 android 5.0的 HeadsUp 效果

    项目地址:https://github.com/zzz40500/HeadsUp

    效果图:

十二、FlipView

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

  2. FlipImageView

    支持x、y、z及动画选择的翻转动画的实现

    项目地址:https://github.com/castorflex/FlipImageView

    Demo地址:https://play.google.com/store/apps/details?id=fr.castorflex.android.flipimageview

  3. FoldableLayout

    Flip翻转效果的ListView,目前还不支持ListView缓存

    项目地址:https://github.com/alexvasilkov/FoldableLayout

    Demo地址:http://play.google.com/store/apps/details?id=com.alexvasilkov.foldablelayout.sample

版权声明:本文为博主原创文章,未经博主允许不得转载。

时间: 2024-10-08 03:09:07

Android 开源项目android-open-project解析之(三) ScrollView,TimeView,TipView,FlipView的相关文章

Android 开源项目android-open-project工具库解析之(二) 高版本向低版本兼容,多媒体相关,事件总线(订阅者模式),传感器,安全,插件化,文件

六.Android 高版本向低版本兼容 ActionBarSherlock 为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题 项目地址:https://github.com/JakeWharton/ActionBarSherlock Demo地址:https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos APP示例:太多了..现在连google都

Android 开源项目android-open-project工具库解析之(一) 依赖注入,图片缓存,网络相关,数据库orm工具包,Android公共库

一.依赖注入DI 通过依赖注入减少View.服务.资源简化初始化,事件绑定等重复繁琐工作 AndroidAnnotations(Code Diet) android快速开发框架 项目地址:https://github.com/excilys/androidannotations 文档介绍:https://github.com/excilys/androidannotations/wiki 官网网址:http://androidannotations.org/ 特点:(1) 依赖注入:包括view

【原】Android热更新开源项目Tinker源码解析系列之三:so热更新

本系列将从以下三个方面对Tinker进行源码解析: Android热更新开源项目Tinker源码解析系列之一:Dex热更新 Android热更新开源项目Tinker源码解析系列之二:资源文件热更新 Android热更新开源项目Tinker源码解析系类之三:so文件热更新 转载请标明本文来源:http://www.cnblogs.com/yyangblog/p/6252855.html更多内容欢迎star作者的github:https://github.com/LaurenceYang/artic

【原】Android热更新开源项目Tinker源码解析系列之二:资源文件热更新

上一篇文章介绍了Dex文件的热更新流程,本文将会分析Tinker中对资源文件的热更新流程. 同Dex,资源文件的热更新同样包括三个部分:资源补丁生成,资源补丁合成及资源补丁加载. 本系列将从以下三个方面对Tinker进行源码解析: Android热更新开源项目Tinker源码解析系列之一:Dex热更新 Android热更新开源项目Tinker源码解析系列之二:资源热更新 Android热更新开源项目Tinker源码解析系类之三:so热更新 转载请标明本文来源:http://www.cnblogs

Android 开源项目源码解析(第二期)

Android 开源项目源码解析(第二期) 阅读目录 android-Ultra-Pull-To-Refresh 源码解析 DynamicLoadApk 源码解析 NineOldAnimations 源码解析 SlidingMenu 源码解析 Cling 源码解析 BaseAdapterHelper 源码分析 Side Menu.Android 源码解析 DiscreteSeekBar 源码解析 CalendarListView 源码解析 PagerSlidingTabStrip 源码解析 公共

优秀的 Android 开源项目

摘要  转载http://www.trinea.cn/android/android-open-source-projects-view/,方便大家找到自己合适的资料 目录[-] 一.ListView 二.ActionBar 三.Menu 四.ViewPager .Gallery 五.GridView 六.ImageView 七.ProgressBar 八.其他 GitHub上优秀Android开源项目 3. Android开发神器 1.Xabber客户端 2.oschina客户端 3.手机安全

GitHub 优秀的 Android 开源项目

转自:http://blog.csdn.net/shulianghan/article/details/18046021 主要介绍那些不错个性化的View,包含ListView.ActionBar.Menu.ViewPager.Gallery.GridView.ImageView.ProgressBar及其它如Dialog.Toast.EditText.TableView.Activity Animation等等. 一.ListView android-pulltorefresh 一个强大的拉动

GitHub上最火的74个Android开源项目(收藏)

GitHub上最火的40个Android开源项目(一) GitHub上最火的40个Android开源项目(二) GitHub上最火的74个Android开源项目(三) GitHub上最火的40个iOS开源项目(一) GitHub上最火的40个iOS开源项目(二) GitHub在中国的火爆程度无需多言,越来越多的开源项目迁移到GitHub平台上.更何况,基于不要重复造轮子的原则,了解当下比较流行的Android与iOS开源项目很是必要.利用这些项目,有时能够让你达到事半功倍的效果. 下面,就让我们

【转】GitHub 优秀的 Android 开源项目

转自:http://blog.csdn.net/shulianghan/article/details/18046021 主要介绍那些不错个性化的View,包括ListView.ActionBar.Menu.ViewPager.Gallery.GridView.ImageView.ProgressBar及其他如Dialog.Toast.EditText.TableView.Activity Animation等等. 一.ListView android-pulltorefresh 一个强大的拉动