Within my application, I am working with an array that is generated after parsing information from JSON. I now need to pass this array to a JavaScript script in order to display an HTML list. On iOS, I have been using the
stringByEvaluatingJavaScriptFromString
function for this purpose. How can I achieve the same functionality on Android?