I\'m new to Android development.
I want to load a html file into a webview.
Note that there are so many relevant questions on SO like this,
WebView has loadData method http://developer.android.com/reference/android/webkit/WebView.html
All you need to do is reading the file into String then feed it to WebView using loadData.