Search code examples
android-listviewandroid-viewpagerandroid-scrollviewandroid-gesture

Swiping Navigation


I have a list view of all my Facebook friend lists. I want clicking on an item from the list view to display a detailed view of the friend. Now I want to slide this detail view of the items to show the detail view of next item in the list. Similarly previous item for left to right.

I have tried using information from this question, but I want to use view pager and page adapter.


Solution

  • you should look at the sample that comes with the sdk which uses a pager adapter and a dummy fragment for data...