HI, new to java development(I am a .net developer) but learning quickly.
I am building a program that gets flickr images based on a search tag and displays them as a slideshow fullscreen.
I am wondering what the best way is to display an image fullscreen (with possible transitions in future)?
Could I use the Gallery widget and set the middle image to the size of the screen?
Should I use the existing imageview and set the bitmap to the size of the screen?
Should I do a paint canvas type method (know least about this)?
Thanks for your time..

