PagerAdapter getCount() is called many times

741 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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