I am trying to create an android app that will let me display images fullscreen with next and previous buttons on top to change between them.
Can anybody point me to some tutorials where i can find instructions on something similar?
If not, what is the best method to use to get the images into the app? I have tried several ways from creating object classes for the images and instantiating it with a drawable in each using the Bitmap Factory to return the image but that won’t work.
I am a beginner to android and could really use reference material but can’t find anything useful that covers this subject.
As a newbie myself I’ve been working with this and it’s very simple. Here is some code (maybe there is a better way but this is the way I figured out how to do it):
And this is the
main.xml: