Hi!
I want to render one UTF-8 encoded string what is provided by a rss
feed like that:

 WebView webview = new WebView(this);
        setContentView(webview);
        String s = new String("<IMG Src='http://www.december.com/
html/images/icon.gif' alt='logo'>");
        webview.loadData(s, mimeType, encoding);

it shows at the emulator
       <IMG Src='http://www.december.com/html/images/icon.gif'
alt='logo'>
like plain text , but it isn't rendered ....
What I'm doing bad?

thanks in advance , and sorry if my english is not correctly.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to