ViewPager.setcurrentItem( ) freezes ui
The ViewPager
is a widget for Android that makes possible displaying different views (or fragments) side by side allowing the user to swipe between them. ViewPager
was released as part of the Compatibility Package revision 3 and works with Android 1.6 upwards. ViewPager
is a ViewGroup
and works in a similar manner to AdapterView
s (like ListView
and Gallery
).