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??
Thanks. David
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.