[android-developers] Re: image won't show

2011-08-24 Thread Jeremy Dagorn
Hi, Why you don't do something like that : String imageUrl = file:///android_asset/smiley.png; WebView wv = new WebView(this); // or findViewById in your case wv.loadUrl(imageUrl); On Aug 23, 9:49 pm, bob b...@coolgroups.com wrote:                 Anyone know why this image won't show?

[android-developers] Re: image won't show

2011-08-24 Thread bob
Hmm... That worked, but I need HTML mixed with the image. Do you know how to do that? On Aug 24, 1:49 am, Jeremy Dagorn jeremy.dag...@gmail.com wrote: Hi, Why you don't do something like that : String imageUrl = file:///android_asset/smiley.png; WebView wv = new WebView(this); // or

[android-developers] Re: image won't show

2011-08-24 Thread skink
On Aug 24, 10:40 pm, bob b...@coolgroups.com wrote: Hmm... That worked, but I need HTML mixed with the image.  Do you know how to do that? On Aug 24, 1:49 am, Jeremy Dagorn jeremy.dag...@gmail.com wrote: Hi, Why you don't do something like that : String imageUrl =