实用控件

1、节选器:类似iOS的Segment Control控件,此种方式的可定制化更好。

实用控件_第1张图片

https://github.com/7heaven/SHSegmentControl

2、时间轴

地址:https://github.com/vivian8725118/TimeLine


实用控件_第2张图片

3、seekbar

地址:https://github.com/warkiz/IndicatorSeekBar

4、QuickSideBar

帮助快速查阅对应分组的侧边栏,可以配合任意列表,demo中给出配合RecyclerView(浮动分组使用stickyheadersrecyclerview)。

项目地址:https://github.com/saiwu-bigkoo/Android-QuickSideBar

效果图:

StickyListHeaders

GroupName 滑动到顶端时会固定不动直到另外一个 GroupName 到达顶端的 ExpandListView,支持快速滑动,支持 Android2.3 及以上

项目地址:https://github.com/emilsjolander/StickyListHeaders

效果图:

APP 示例:Android 4.0 联系人

你可能感兴趣的:(实用控件)