I'm looking for any tutorial or sample code that describe how to using the FragmentStatePagerAdapter
Asked
Active
Viewed 6,107 times
1

Khalid ElSayed
- 278
- 1
- 5
- 20
1 Answers
2
I think the best tutorial is the example Fragment -> State Pager
in the Support v4 Demos
application available in the SDK directory extras -> android -> support -> samples -> Support4Demos
Good luck!!

500865
- 6,920
- 7
- 44
- 87
-
thanks :) .. BTW there is a lot of useful samples – Khalid ElSayed Sep 25 '12 at 08:28
-
http://developer.android.com/reference/android/support/v4/app/FragmentStatePagerAdapter.html – Md. Monsur Hossain Tonmoy Jun 29 '13 at 11:57