Hello,

Thank you very much for this information,
I knew that it could be made via Intent in Android but I wanted to
make an plugin oriented app that use a common framework so that I
could easily be platform independant.
JPF would have been the solution.
I will think about my app architecture to know how to manage that in a
platform independant way.
Thank you again.
Regards,

Vincent

On 15 jan, 22:09, "Mark Murphy" <mmur...@commonsware.com> wrote:
> > 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 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