How to show multiple screens with right/left slide Gesture
Posted
by
ajay sahu
on Stack Overflow
See other posts from Stack Overflow
or by ajay sahu
Published on 2010-12-28T06:45:03Z
Indexed on
2010/12/28
6:54 UTC
Read the original article
Hit count: 305
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
© Stack Overflow or respective owner