So basically I have textview, I want the textview to be attached to ArrayList of strings, and then the text will changed based on swipe event.!
How can I make the textview show the next element text when I swipe left or right and when I swipe again it will the show the next element text and so on..! and when it reaches the final element it will loop back again to the first element.!?
I've tried code in this answer for swipe, but I don't know how show texts from ArrayList..!?
Can this be accomplished..!?