I have a ViewPager backed by a FragmentPagerAdapter and at a certain point I want to display a popup over that ViewPager, hence disabling all the interactions on it.
Usually, when using a ListView or a GridView this is done by overriding the areAllItemsEnabled() method of the backing adapter, however such method doesn't exist for the FragmentPagerAdapter (or its parent class since it doesn't extend the BaseAdapter class). Does anyone know how to solve this? Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

