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
2010-06-27 22:00:19