1

I'm looking for any tutorial or sample code that describe how to using the FragmentStatePagerAdapter

Khalid ElSayed
  • 278
  • 1
  • 5
  • 20

1 Answers1

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