michael
michael

Reputation: 11

static html file

from a list view how can I have the selected item show a static HTML file?

Upvotes: 1

Views: 126

Answers (1)

yanchenko
yanchenko

Reputation: 57186

You need a WebView & make a function call like webView.loadUrl("file:///sdcard/some.html").

Upvotes: 1

Related Questions