Re: [android-developers] URI-escape

2011-09-11 Thread Mark Murphy
http://developer.android.com/reference/java/net/URLEncoder.html On Sun, Sep 11, 2011 at 1:19 AM, bob b...@coolgroups.com wrote: I'm looking at this WebView function: public void loadData (String data, String mimeType, String encoding) Since: API Level 1 Load the given data into the WebView.

[android-developers] URI-escape

2011-09-10 Thread bob
I'm looking at this WebView function: public void loadData (String data, String mimeType, String encoding) Since: API Level 1 Load the given data into the WebView. This will load the data into WebView using the data: scheme. Content loaded through this mechanism does not have the ability to load