开发者

using android application framework classes in client-side javascript

开发者 https://www.devze.com 2022-12-15 12:20 出处:网络
How do I consume Android Application Framework objects in my client-side JavaScript? In the Google I/O 2009 Presentation \"How Do I Code Thee\" http://developer.android.com/videos/index.html#v=GARMe7

How do I consume Android Application Framework objects in my client-side JavaScript?

In the Google I/O 2009 Presentation "How Do I Code Thee" http://developer.android.com/videos/index.html#v=GARMe7Km_gk The speaker discusses this pattern (which he calls augmented JavaScript).

On the Android developer site, I can't seem to find any more information on this pattern or from a search. Any dev开发者_Go百科elopers have links they can send on this topic/dev pattern?

Thanks


Local access to Java functions from JavaScript on Android


Here's an example of how to do it: http://www.revis.co.uk/site/?q=node/210

0

精彩评论

暂无评论...
验证码 换一张
取 消