On Wed, Jun 29, 2011 at 8:06 AM, marco li <[email protected]> wrote: > So my question is: > 1. if I want to bind javascript interface format as "A.B.func()" to > my java class, how can I do it?
I am not aware that this is possible. > 2. if I want to get javascript class's property directly, not by > function calling, how can I do it? > a javascript sample to show Q2 > use "var prop = A.property" > not use "var prop = A.getProperty()" I am not aware that this is possible. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9.9 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

