tags:

views:

53

answers:

0

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's 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.