StackTipsStackTips

OpenSource Custom ListView ScrollView Libraries in Android

# Custom ListView ScrollView Implementation – Android 1 Pinned section listview Easy to use ListView with pinned sections…

October 8, 2015 · 3 min read

#Custom ListView ScrollView Implementation – Android
1Pinned section listviewEasy to use ListView with pinned sections for Android.https://github.com/beworker/pinned-section-listview
2PullToRefresh-ListViewA generic, customizable, open source Android ListView implementation that has ‘Pull to Refresh’ functionality.https://github.com/erikwt/PullToRefresh-ListView
3FlabbyListViewAndroid library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.https://github.com/jpardogo/FlabbyListView
4XListView-AndroidListView supports pull refresh and pull up to load more feature.https://github.com/Maxwin-z/XListView-Android
5PinterestListViewPinterest style ListView for Androidhttps://github.com/vladexologija/PinterestListView
6Android-pulltorefresh-and-loadmoreAndroid custom list view, with interaction pattern load more and pull to refresh to load data dynamicallyhttps://github.com/shontauro/android-pulltorefresh-and-loadmore
7PinnedHeaderListViewA ListView with pinned section headers for Androidhttps://github.com/JimiSmith/PinnedHeaderListView
8ParallaxScrollParallax ScrollView and ListView for Androidhttps://github.com/nirhart/ParallaxScroll
9Android-HorizontalListViewHorizontalListView is an Android ListView widget which scrolls in a horizontal manner (in contrast with the SDK-provided ListView which scrolls vertically).https://github.com/MeetMe/Android-HorizontalListView
10LinearListViewAndroid library that allows you to bind a LinearLayout with a ListAdapter.https://github.com/frankiesardo/LinearListView
11ParallaxListViewAn Android ListView Demo with a parallax effect header like Path.https://github.com/Gnod/ParallaxListView
12PagedHeadListViewAndroid boosted ListView supporting paginated header with a new material page indicator.https://github.com/JorgeCastilloPrz/PagedHeadListView
13PullZoomViewAn Android custom ListView and ScrollView with pull to zoom-in.https://github.com/Frank-Zhu/PullZoomView
14HeaderListViewAndroid ListView with sticky headershttps://github.com/applidium/HeaderListView
15ListviewFilterAwesome Listview filter functionality in Android.https://github.com/bhavyahmehta/ListviewFilter
16android-accordion-viewSimple ListView based Android AccordionViewhttps://github.com/hamsterready/android-accordion-view
17DragNDropListAn easy to use Drag & Drop List for Android. Direct replacement of the android ListView.https://github.com/terlici/DragNDropList
18QuickReturnAndroid ListView that implements the QuickReturn UI pattern. Written from scratch with focus on performance.https://github.com/felipecsl/QuickReturn
19ZrcListView一个顺滑又漂亮的Android下拉刷新与加载更多列表组件。https://github.com/zarics/ZrcListView
20android-swipelistviewAn Android List View implementation with support for drawable cells and many other swipe related featureshttps://github.com/47deg/android-swipelistview
21android-pulltorefreshThis project aims to provide a reusable pull to refresh widget for Android.https://github.com/johannilsson/android-pulltorefresh
22StickyListHeadersAn android library for section headers that stick to the tophttps://github.com/emilsjolander/StickyListHeaders
23LazyListLazy load of images in Androidhttps:/github.com/thest1/LazyList
24Floating Group Expandable ListViewAn open source Android library that provides a floating group view at the top of the ExpandableListViewhttps://github.com/diegocarloslima/FloatingGroupExpandableListView
25PullSeparateListView到顶部或底部时拉动,item分离效果https://github.com/chiemy/PullSeparateListView
26Android-SlideExpandableListViewA better ExpandableListView, with animated expandable views for each list itemhttps://github.com/tjerkw/Android-SlideExpandableListView
27HorizontalVariableListViewHorizontal list view for Android which allows variable items widthshttps://github.com/sephiroth74/HorizontalVariableListView
28ListBuddiesAndroid library to achieve in an easy way, the behaviour of the home page in the Expedia app, with a pair of auto-scroll circular parallax ListViews.https://github.com/jpardogo/ListBuddies
29Android-Tiling-ScrollViewA tiling scrollview to display large picture (similar to iOS “CATiledLayer”)https://github.com/ened/Android-Tiling-ScrollView
30PullScrollView1.仿照新浪微博Android客户端个人中心的ScrollView,下拉背景伸缩回弹效果。 2.ScrollView仿IOS回弹效果。https://github.com/MarkMjw/PullScrollView
31DiscrollviewScroll + discover = DiscrollViewhttps://github.com/flavienlaurent/discrollview
32StickyScrollViewItemsA small android library for tagging views inside a ScrollView as “sticky” making them stick to the top of the scroll container until a new sticky view comes and takes it’s placehttps://github.com/emilsjolander/StickyScrollViewItems
33SwipeMenuListViewSwipeMenuListViewhttps://github.com/baoyongzhang/SwipeMenuListView
34Android-ObservableScrollViewAndroid library to observe scroll events on scrollable views.https://github.com/ksoichiro/Android-ObservableScrollView
35Pull-to-Refresh.Rentals-AndroidThis project aims to provide a simple and customizable pull to refresh implementation. Made in Yalantishttps://github.com/Yalantis/Pull-to-Refresh.Rentals-Android
36StikkyHeaderThis is a very simple library for Android that allows you to stick an header to a scrollable view and easly apply animation to ithttps://github.com/carlonzo/StikkyHeader
37QuickscrollBringing extended scrolling features to Android’s native ListView and ExpandableListView.https://github.com/andraskindler/quickscroll

Related articles