I’ve followed the tutorial at http://developer.android.com/guide/tutorials/views/hello-gallery.html
to create a basic gallery. My ultimate goal is to use a gallery as the main menu for my app but I want the images to be stacked and scrollable. I’ve downloaded the code for the gallery 3d app but its just too much to analyze. Eventually thats what I’ll do if I dont find an easier route. Any pointers?
I’ve followed the tutorial at http://developer.android.com/guide/tutorials/views/hello-gallery.html to create a basic gallery. My ultimate goal
Share
Android Docs provided you a way to Arrange images like a stack. Take a look at this sample:
Images as Stack