Sunday, June 9, 2013

Overflowing ListView





What this project is : 
  • Overflowing list lays out items across a view when list is scrolled to bottom
  • Allows interaction on list items as well as view covered
  • A behaviour like clippingChildren to false with some initial top padding
What this project is NOT: 

  • Best way to do this, its a hacky solution, an ideal solution would be overriding AdapterView or a ViewGroup
Why did I implement this: 

  • Imitating an implementation from an iOS app.
Source: