Actually I have searched and found out the the pictures are stored in
DCIM/Camera location.

I have successfully downloaded and stored the images in the gallery
using

MediaStore.Images.Media.insertImage (ContentResolver cr, Bitmap
source, String title, String description)

method.

Now I will be working on retrieving an image using this MediaStore and
will try to upload it to some server using my app.

Regards,
Asif

On Jan 30, 10:53 pm, muasif80 <muasi...@gmail.com> wrote:
> I have taken a picture using my camera on android. Now how can I
> access it in my program? Where do the camera store the picture by
> default inside android?
>
> Regards,
> Asif

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to