This is a implementation of the QuickReturn UI (aka Scrolling Tricks in AndroidViews) developed by Roman Nurik and Nick Butcher for a
ListView
.Lars recently added a QuickReturn UI for a footer, Just like in the Google+ app.
ListView
.PopupMenu
for you.ViewGroup
that implements a paged grid with drag’n'drop movable items.StaggeredGridView
.
The StaggeredGridView allows the user to create a GridView with uneven
rows similar to how Pinterest looks. Includes own OnItemClickListener
and OnItemLongClickListener, selector, and fixed position restore.ViewPager
that adds an awesome set of custom swiping animations. Just change your ViewPager to JazzyViewPager and you’re good to go!GridView
that shows items in sections with headers. By default the section
headers will stick to the top of the view as sections scroll past like
the People app in Android 4.x. StickyGridHeaders is designed to be low
impact on your code base and you can easily interchange the original GridView
with the one provided by StickyGridHeaders.