how to view all images in android's built- in gallery from a php page

Posted by ramz on Stack Overflow See other posts from Stack Overflow or by ramz
Published on 2010-05-08T10:39:01Z Indexed on 2010/05/08 10:48 UTC
Read the original article Hit count: 142

Filed under:

Hi,

I am developing an application to display all the images in android's built-in gallery in to a php page. I posted the uri(content://media/extrenal/images/media) of the gallery images to the php page. I was not able to recreate images by using webView function loadUrl().

Should i need to upload the whole gallery to another directory and display the images? Or passing the bitmap itself will do?

Please suggest me an idea to solve the problem.

© Stack Overflow or respective owner

Related posts about android