Re: [android-developers] loading an html file from local res directory

2010-09-30 Thread poonam sinha
Hi I wanna to know difference application layer and middle layer in android what is these layer and use examplain in details -- 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] loading an html file from local res directory

2010-09-29 Thread Saied
This should be very simple, but I can't find the answer anywhere. How do I load an html file (which I assume I keep in res/raw folder) into a webview? neither mWebView.loadUrl(file:///raw/about); or mWebView.loadUrl(file:///raw/about.htmal); works. What's the correct syntax or arrangement.