I am Having an HTML
file in the asset folder. The following is the way I am loading to view the HTML content. I am having a text view. Now I want to retrieve the HTML content in the string and display that in a text view using text.settext()
. Please suggest me how to retrieve the content in a string.
view.loadUrl("file:///android_asset/www/index.html");