Reputation: 11
from a list view how can I have the selected item show a static HTML file?
Upvotes: 1
Views: 126
Reputation: 57186
You need a WebView & make a function call like webView.loadUrl("file:///sdcard/some.html").
WebView
webView.loadUrl("file:///sdcard/some.html")