i want to populate a List in an HTML5 File (displayed within a WebView) with data from Android Code (for exmaple from an ArrayList). Can anyone please tell me how or if this is possible.
Thanks in advance Thommy
Read this:
http://developer.android.com/guide/webapps/webview.html#BindingJavaScript
You can expose anything from your Android code. If you return some JSON (array or object), you can build your list (or anything else) using some javascript.