over 9 years ago
By doing following steps you can load the HTML file from the assets folder inside your application:-
1) Copy that HTML file inside your assets folder.
2) Define a WebView in your layout, like this
3) Initialize webview inside the activity or fragment and then load the html like this
Cheers :)
0 Comment(s)