HI,
I am writing an Android application where I need to display Image Captured through Camera.
I am using Android 2.1 I tested in emulator. I am trying to capture the image , but how to display the captured Image on Screen.
Can anyone help me in sorting out this issue.
Thanks in Advance.
Use an
ImageView. Or, start anACTION_VIEWactivity on the downloaded image file.