QuickReturnHeader is a tiny Android library that implements the popular "quick return" design pattern for lists and scrollable content in general. In this pattern, which can be found for instance in the Google Keep app, the header hides as soon as we start scrolling down, and reappears inmediately (regardless of how far down the list we are) as soon as we scroll up again.
QuickReturnListView is a implementation of the QuickReturn UI developed by Roman Nurik and Nick Butcher for a listview.
QuickReturn is a library which showcases the QuickReturn UI Pattern.
The QuickReturn UI Pattern reveals or hides a header or footer as content is scrolled up or down.
Android ListView that implements the QuickReturn UI pattern. Written from scratch with focus on performance.