Hi,
I'm looking into a solution that needs apps to be dynamically
extensible.

One way could be an extension language or scripting engine. I've seen
the Android Scripting Environment, but this needs the actual C
scripting engine (Python or Lua) running as a separate process. I
would like the runtime to be a Java app itself, like JavaScript using
Rhino (and not using a WebView).

Another way is to download Java code dynamically. But, Android does
not support jar downloading and dynamic classloading, since these
bytecode class files are not used directly.

So far there seems to be no solution - your thoughts? Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to