2

I am using FragmentStatePagerAdapter. for some reason the getCount() method is beeing called a lot of times before any fragment is even visible... Is it a normal behavior?

roiberg
  • 13,629
  • 12
  • 60
  • 91

1 Answers1

1

yes. Don't worry about it. It seems to be called 10 times more often than getItem()

SoloPilot
  • 1,484
  • 20
  • 17