How to show multiple screens with right / left slide Gesture

I have an application in which I have a ListView .List is populated from a list of arrays . When you select each element, it displays a detailed description of this element on a separate screen, filled with data from another list of arrays. One screen is used to display the details of all elements. It dynamically loads data.

Someone can tell me how I can display all the details on one screen using gestures left / right.

Screen with a ListView -itemList Screen for displaying a detail -detail listView on the next and previous gesture it should have dynamic data on the screen 2 view of the list of lists from arraylist

+1
source share
1 answer

You can use gallery view or horizon

+1
source

Source: https://habr.com/ru/post/1341142/


All Articles