Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to find the best way to approach implementing Facebook like floating row on list view

status, photo,checkin

when scrolling down, the status-photo-checkin disappear to allow more space for the list, and when scrolling up it appears again. anyone has an idea how can I implement this or direct me to an existing component/library?

share|improve this question
I also want to know that – Shajeel Afzal Mar 17 at 18:41
That bar on the top has nothing to do with the listview – tolgap Mar 17 at 18:49
gee...I'm embarrassed I haven't figured it out. So I guess it's a container I should display/hide based on scroll listener – Ranco Mar 17 at 19:06

1 Answer

up vote 2 down vote accepted

It's called the Quick Return pattern, and Roman's explained it in detail along with an example here:

https://plus.google.com/u/0/+RomanNurik/posts/1Sb549FvpJt

share|improve this answer
nice! thanks for the reference! – Ranco Apr 16 at 9:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.