标签: android android-emulator android-layout android-widget
我想创建一个类似于下面链接中显示的图像的UI。
http://www.4shared.com/photo/EU1KsEPC/device1.html
http://www.4shared.com/photo/tcQMx75T/device2.html
要求是,当我向右滑动时,它应该转到第2页,第3页,依此类推。向左滑动应该转到上一页。
如何创建这样的UI?我应该使用什么布局?
在这方面的任何帮助都会得到很好的赞赏。
最诚挚的问候, 罗尼
答案 0 :(得分:1)
我认为你应该研究一下GridView。
http://developer.android.com/guide/tutorials/views/hello-gridview.html
http://developer.android.com/resources/tutorials/views/index.html
也许您正在寻找这个答案?
Implementing Swipe action on ViewFlipper with multiple GridViews