how to view all images in android's built- in gallery from a php page
- by ramz
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.