tags:

views:

32

answers:

1
+1  Q: 

static html file

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

+1  A: 

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

alex