I have 20+ html pages stored in asset folder in android. These html pages belongs to my website. And all the pages are at different depth in asset folder. (I am writing after 3-4 hours of searching on Google, SO, etc. but no clue! And I am new to android, so need help..)
Now when user types something related to the html pages in edittextview, then that bunch of words will be split in array and then all the words will be matched from all the html pages.
And if most of the words are matched then, user can see that particular webpage (html page) in webview.
How can I achieve that?
I did as said in http://www.monocube.com/2011/02/08/android-tutorial-html-file-in-webview/ but no clue!
And even did https://stackoverflow.com/a/24670620/5738881 but not what I am in need of!
Thanks.