> Nobody really ? JPF probably uses dynamic JAR loading, which I don't think is possible in Android, since JARs are packaged in unmodifiable APKs and are not shared between applications.
> Can not imagine that anyone had never imagine to implement a plugin > based app in Android !?! There are multiple "plugin-based applications" in Android. Check out OpenIntents.org, for example. By using Intent, ContentProvider, AIDL, and the like, you can create applications that can interoperate with other Android applications in a plug-in fashion. There are issues with this (versioning, getting plugins installed, identifying available plugins), but the basic plumbing is already there. -- 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 -~----------~----~----~----~------~----~------~--~---

