你知道Play商店吗?好。 您可以拖动每个屏幕,并显示新的活动(安装,游戏等......)
我想像这样创建一个'幻灯片','并排'页面效果。
我可以使用哪种布局?
答案 0 :(得分:2)
看看这个
https://github.com/ysamlan/horizontalpager
或试试这个
http://mobile.tutsplus.com/tutorials/android/android-user-interface-design-horizontal-view-paging/
答案 1 :(得分:0)
使用ViewPager。
http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html
答案 2 :(得分:0)