HorizontalVariableListView alternatives and similar packages
Based on the "ListView/ScrollView Widget" category.
Alternatively, view HorizontalVariableListView alternatives based on common mentions on social networks and blogs.
-
Android-ObservableScrollView
Android library to observe scroll events on scrollable views. -
StickyListHeaders
An android library for section headers that stick to the top -
SwipeMenuListView
[DEPRECATED] A swipe menu for ListView. -
Pull-to-Refresh.Rentals-Android
Phoenix Pull-to-Refresh -
pinned-section-listview
Easy to use ListView with pinned sections for Android. -
android-pulltorefresh
DEPRECATED This project aims to provide a reusable pull to refresh widget for Android. -
Android-SlideExpandableListView
A better ExpandableListView, with animated expandable views for each list item -
PullZoomView
An Android custom ListView and ScrollView with pull to zoom-in. -
XListView-Android
ListView supports pull refresh and pull up to load more feature. -
CommonPullToRefresh
Android widget with pull to refresh for all the views,and support loadMore for ListView , RecyclerView, GridView and SwipeRefreshLayout. -
Android-HorizontalListView
HorizontalListView is an Android ListView widget which scrolls in a horizontal manner (in contrast with the SDK-provided ListView which scrolls vertically). -
ListBuddies
Android 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. -
StickyScrollViewItems
A 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 place -
PinnedHeaderListView
A ListView with pinned section headers for Android -
PullToRefresh-ListView
A generic, customizable, open source Android ListView implementation that has 'Pull to Refresh' functionality. -
StikkyHeader
This is a very simple library for Android that allows you to stick an header to a scrollable view and easily apply animation to it -
ParallaxScroll
Parallax ScrollView and ListView for Android -
PagedHeadListView
Android boosted ListView supporting paginated header with a new material page indicator. -
ParallaxListView
A Android ListView Demo with a parallax effect header like Path. -
FlabbyListView
Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll. -
android-pulltorefresh-and-loadmore
android custom listview,with interaction pattern load more and pull to refresh to load data dinamically -
LinearListView
Android library that allows you to bind a LinearLayout with a ListAdapter. -
ListviewFilter
Awesome Listview filter functionality in Android. -
quickscroll
[Development stopped in 2014. Unfinished and not stable - not recommended to use.] Bringing extended scrolling features to Android's native ListView and ExpandableListView. -
FloatingGroupExpandableListView
An open source Android library that provides a floating group view at the top of the ExpandableListView -
PinterestListView
Pinterest style ListView for Android -
HeaderListView
Android ListView with sticky headers -
Android-Tiling-ScrollView
A tiling scrollview to display large picture (similar to iOS "CATiledLayer") -
android-accordion-view
Simple ListView based Android AccordionView -
DragNDropList
An easy to use Drag & Drop List for Android. Direct replacement of the android ListView. -
QuickReturn
Android ListView that implements the QuickReturn UI pattern. Written from scratch with focus on performance. -
FilterSelectorListView
FilterSelectorListView
Appwrite - The open-source backend cloud platform
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of HorizontalVariableListView or a related project?
README
Deprecated
This widget is now deprecated and it won't be updated anymore. Use RecyclerView instead
Horizontal Variable ListView
Horizontal ListView for Android. Based on the official ListView google code. The library includes also an ExpandableHListView, also based on the official ExpandableListView. See the demo project for sample implementations
Usage (gradle)
Add this line to your dependency group:
compile 'it.sephiroth.android.library.horizontallistview:hlistview:1.2.2'
Features
It supports almost all the features of the ListView widget. There are minor differences in the attributes supported like "hlv_dividerWidth" instead of the default "dividerHeight".
This is the styleable used for the HListView class: <declare-styleable name="HListView"> <attr name="android:entries" /> <attr name="android:divider" /> <attr name="hlv_dividerWidth" format="dimension" /> <attr name="hlv_headerDividersEnabled" format="boolean" /> <attr name="hlv_footerDividersEnabled" format="boolean" /> <attr name="hlv_overScrollHeader" format="reference|color" /> <attr name="hlv_overScrollFooter" format="reference|color" />
<!--
When "wrap_content" is used as value of the layout_height property.
Pass the position, inside the adapter, of the view being used to measure the view
or '-1' to use the default behavior ( default is -1 )
-->
<attr name="hlv_measureWithChild" format="integer" />
</declare-styleable>
<declare-styleable name="AbsHListView">
<attr name="android:listSelector" />
<attr name="android:smoothScrollbar" />
<attr name="android:drawSelectorOnTop" />
<attr name="android:cacheColorHint" />
<attr name="android:scrollingCache" />
<attr name="android:choiceMode" />
<attr name="hlv_stackFromRight" format="boolean" />
<attr name="hlv_transcriptMode">
<enum name="disabled" value="0"/>
<enum name="normal" value="1" />
<enum name="alwaysScroll" value="2" />
</attr>
</declare-styleable>
ChangeLog
- 1.2.0 Added the ExpandableHListView
API Requirements
The minimum supported Android version is android 2.3 (API Level 9)
License
This software is distributed under Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
Author Alessandro Crugnola
*Note that all licence references and agreements mentioned in the HorizontalVariableListView README section above
are relevant to that project's source code only.