[android-developers] How to use Webview.loadUrl(String url) when my html file is local

2010-11-02 Thread Amit Mangal
Hi Everyone, how do I open a a local html-page (named, for instance test.html) in a WebView? where should i keep this keep html page with images in project and how to use Webview.loadUrl(String url) ? Thanks in advance -- You received this message because you are subscribed to the Google

Re: [android-developers] How to use Webview.loadUrl(String url) when my html file is local

2010-11-02 Thread TreKing
On Tue, Nov 2, 2010 at 9:55 AM, Amit Mangal forum.amit.man...@gmail.comwrote: how do I open a a local html-page (named, for instance test.html) in a WebView? where should i keep this keep html page with images in project and how to use Webview.loadUrl(String url) ?