Android: Showing thumbnail pictures in real size
In my activity I have two thumbnail pictures. I want to show the pictures in real size if I clic开发者_运维知识库k on each thumbnail. Is it possible? If yes what is the procedure?
Here are some of the approaches you can try:
- ImageSwitcher you can refer to code sample in you API demos:
- Place your thumbnails in a GridView and pass the Drawable resource object key to another activity which shows the resources full screen. A bit of advanced stuff.
Hope this helps, Cheers!!
精彩评论