It's been a long time since I have worked on an android app. I am looking for the opinions and suggestions from all of yinz who develop on android more often than I do. I am trying to make an app that allows users browse thru an image gallery using Next/Previous buttons. The gallery will be housed on my webserver. I already have a way to send the server the ID number of the current image and which direction (next/previous) it is moving. This will return some json for the current ID and the url. My question is what viewer object should I use. I want to be able to do still, Animated gif/png and eventually load youtube vids or other vids on the site. I know that WebView can do it all to an extent. but if i was gonna make a mobile site, I would just do that. The Imageview doesn't do animations. Where do I even start with the whole thing? Can someone out there give me some suggestions or point me to a tutorial or something that would help me decide on where I can start.
Thanks ahead of time.