Related questions
Loading existing .html file with android WebView
I did try samples, demos from Google codes and other resources with WebView, but when i try to do it in my own code, it doesn't work for me.
I want to load myfile.html which i put in assets …
Difference between /res and /assets directories
I know that files in the res directory are accessible from R.class while assets behaves like a file system, but I would like to know, in general, when it's best to use one and the other.
Can anyone help …