I have an ArrayList of Products objects (each one contain attributes like name, image, price etc. I want to show each product of the arrayList one at the time and when the user swipes to the right/left it will show the next/previous product on the list.
What do you think is the best way of implementing this?
Thanks for your help.
Here's a quick start guide: Android Developers Blog