How do I store a static html page in android emulator and later on view it from WebView while running?

I think the best way for accomplish your task is to use the assets folder.

I think the best way for accomplish your task is to use the assets folder: Create a toplevel folder named "assets" Put your static html files there Load the html file with somethinh like this: ... browser=(WebView)findViewById(R.id. Webkit); browser. LoadUrl("file:///android_asset/yourpage.

Html"); ...

Thanks Francesco.. I wasn't aware of such an option.. – VIVIN JOY Dec 31 '10 at 7:09.

Here is a good example on how to load a static page into a WebView: code.google.com/p/apps-for-android/sourc....

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions