How to show multiple screens with right/left slide Gesture

北城以北 提交于 2019-12-23 03:46:10

问题


I am having an application in which i have a ListView .List is populated from an array list . On selection of each item it show the detail description for that item in a seperate screen populated data from another array list . A single screen is used to display details of all the items.it loads data from dynamically.

Can anyone please tell me how can i display all details on same screen using right/left slide gesture.

Screen with ListView -itemList Screen to display detail -detail listView on next and previous gesture it should dynamic data on screen 2detail list view from arraylist


回答1:


You can use Gallery View or horizon



来源:https://stackoverflow.com/questions/4544199/how-to-show-multiple-screens-with-right-left-slide-gesture

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!