i use the ViewPager for switching views with left/right swipe.
The ViewPager needs an Adapter, so I\'ve built this one:
public class ListViewPagerAda
If you examine carefully, there are at most 3 views saved by ViewPager. You can easily get the current view by
view = MyActivity.mViewPager.getChildAt(1);