Kevin Duffey wrote: > I am curious tho.. can your app download a .jar file and dynamically > load it and use the code in it? I would guess not, but not sure how > Android prevents? I am thinking along the lines of virtual goods. Not > that virtual goods have to be written code.. ideally they would be some > sort of description/rules/images, but I have been thinking of how you > can download, say plugins to a browser for example... is that even > possible or does Android's classloader hierarchy completely prevent this > ability to dynamically load classes from .jar files?
See DexClassLoader. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in NYC: 1-2 May 2010: http://guruloft.com -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

