[android-developers] Displaying images in WebView... Which way is most efficient?

2011-08-30 Thread ivan
In my research I've seen two ways to display an image in a WebView. 1.) Load a Base64 string with the raw image bytes, as done here: http://stackoverflow.com/questions/5267124/how-to-display-image-with-webview-loaddata Or... 2.) Reference an image from the assets directory, as done here:

[android-developers] Displaying Images

2008-10-15 Thread JavaAndroid
Hi All, Can anyone direct me to some links / tutorials that will help me to start experimenting on displaying images in Android . Is there any way to add Servlet/JSP API in Android Application. Can i refer image that is residing in a web server. Thanks in Advance Thanks JavaAndroid