I am new in android development, after crawling on Google, I'm here for best hope...
I am trying to open html files which are in assets folder on listview item click how to do this?
I want to open new activity which contains a webview object but different html file according to listview Item.
suppose list view items are chapter 1 ,chpater 2, chapter 3 then when i click on chapter 2 it should be open chapter2.html and when i click on chapter 1 it should be open chpater1.html and so on..
please i really need help on this topic
thanks in advance..