[Solved] How to load html files as items in listview.?


I found the answer to the problem! I had declared Webview, identifying it before onCreate method in my Second Activity, which has resulted in this problem.!

Also in the code, which had provided previously, as putExtra(“stringname”, “value”);

And so, after getting extras, in Bundle

extras.getExtra(“stringname”);

is enough and had previously messed up in that place.!

Guess, any additional logcat information would have helped further in resolving atleast one of the issues.! Since it had been quite sometime, after which I was able to get the logcat information due to a few issues, I worked on own.! But thanks for helping out.! Had upvoted all.! 🙂

solved How to load html files as items in listview.?