I can use the addJavascriptInterface() mechanism to pass strings and ints (as function return values) from Android to Javascript, but is it also possible to pass on an entire array (of ints) in one go, to next iterate over its elements in Javascript? So far that does not seem to work for me, while documentation appears limited.
Thanks On May 7, 7:36 pm, "Mark Murphy" <[email protected]> wrote: > Change your API. Either move your Coordinates data members (double) into > the Position object, or put methods on the Position object to access the > Coordinates data members. Or, create a native user interface (instead of > WebView) and use whatever internal API you want. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

