When should getItemPosition consider changes of an item's position?
问题 The documentation for the method getItemPosition in Android's PagerAdapter class states that it is: Called when the host view is attempting to determine if an item's position has changed. This method is supposed to be called to indicate whether or not an item's position in the group of items for that adapter has changed. However, it never states when an overriding method should consider the position to be changed. Does it mean the position is different to the position it was in last time the