Android - Display image that is of type file..

Posted by Tyler on Stack Overflow See other posts from Stack Overflow or by Tyler
Published on 2010-05-08T17:07:07Z Indexed on 2010/05/08 17:18 UTC
Read the original article Hit count: 145

Filed under:
|

Hello - I have an image that is currently stored in variable of type "File"..

File img = ...;

What is the easiest way to display this image onto the screen so I can verify it is working correct?

Thanks!

© Stack Overflow or respective owner

Related posts about android

Related posts about java