android viewPager implementation [closed]
My Task is to make clean scroll right to another screen then press on icon and show popup,
I want to use ViewPager to make clean scroll right(swipe) between two pages, and then use Dialog to show the popup,
I couldn't find any working sample on how to implement ViewPager between two layouts,
someone has working sample??
This helped me a lot: http://geekyouup.blogspot.com/2011/07/viewpager-example-from-paug.html
Theres a link to some googlecode you can download and paw through too.
Viewpagers work like list views. To use it with two layouts you're going to have to expand the layouts in a LayoutInflater and add as a view to each page.
加载中,请稍侯......
精彩评论