Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top