Android_programmer_camera
Android_programmer_camera

Reputation: 13359

How to display image captured using Camera in Android

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.

Upvotes: 1

Views: 894

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006819

Use an ImageView. Or, start an ACTION_VIEW activity on the downloaded image file.

Upvotes: 2

Related Questions