Planning to write a dead simple android application
it's basically an image viewing application.
I have 10 images preloaded. Each swipe (left or right) will cause the image to switch.
that's about it!
So I've looked across many android sites, couldn't find a single tutorial on this. Anddev.org provided tutorials on displaying graphics, but that was in 2008 and many ppl reported errors due to version changes.
I'm also looking into the CommonsWare site, they have 3 books for 40 dollars/yr. I looked through the contents, but couldn't see anything that fits what I plan to write. Plus the books talk a lot about other stuff like GPS, HttpRequests, Servers, Databases -- none of which I need in my case.
Any tips on how I should tackle this?
Or do you guys already have written something similar to this?