SuperListView 介绍
SuperListView 让 Android 的 ListView 更易于使用,无需嵌入 ListView 到 FrameLayout
并添加进度栏到空的视图,该控件已经帮你搞定一切。
内置特性:
-
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
-
Open to suggestions (and Pull Request ofc) for others :)