Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make sticky section headers (like iOS) in Android?

My specific question is: How I can achieve an effect like this: http://youtu.be/EJm7subFbQI

The bounce effect is not important, but i need the "sticky" effect for the headers. Where do I start?, In what can I base me? I need something that I can implement on API 8 to up.

Thanks.

like image 367
Daniel Gonzáles Avatar asked Dec 20 '13 22:12

Daniel Gonzáles


1 Answers

There are a few solutions that already exist for this problem. What you're describing are section headers and have come to be referred to as sticky section headers in Android.

  • Sticky List Headers
  • Sticky Scroll Views
  • HeaderListView
like image 104
Kyle Clegg Avatar answered Sep 20 '22 08:09

Kyle Clegg