How to show multiple screens with right/left slide Gesture
- by ajay sahu
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…