Pages

Showing posts with label gridview. Show all posts
Showing posts with label gridview. Show all posts

Friday, 16 May 2014

android super list view

This library is making listview way more easy to use. No need to embed the listview in a framelayout to add the progressbar or the emptyview. It's all right here.

Features built in:
  • ProgressBar while adapter hasn't been set
  • EmptyView if adapter is empty
  • SwipeRefreshLayout (Google's one)
  • Infinite scrolling, when you reach the X last item, load more of them.
  • Swipe To Dismiss for the SuperListView (doesn't make sense for a gridview) (Thanks Roman Nurik)
  • GridView with SuperGridView


Github : https://github.com/dommerq/SuperListview