So right now i am using this in my code. But now i am storing them in the assets folder and i need help on how to display a different image when you click the next or previous button. So basically i would have a certain amount of pictures in the assets folder and then two button a next and back to scroll through the images. How would i do this? Thanks
private int [] images = {R.drawable.airplane, R.drawable.bike, R.drawable.boat,
R.drawable.bus2,R.drawable.car,R.drawable.train};