Think about Intents and split your application into multiple applications
(perhaps running under the same userid), each serving a bunch of intents.
Then you can upgrade each application (which might just respond to one
intent) separately and Android will at run-time find the best-matching
intent (or give the user the choice which one to use if there are multiple
good matches).

Ludwig

2008/11/26 Louis <[EMAIL PROTECTED]>

>
> Hi, All:
>
> Our products which running in other platform are using the modular
> approach, which means if user want to add a new feature, he/she only
> need to download a new plug-in, but not reinstall the who application.
> And we used COM library base ideas to do that before, is there anyway
> to do it in Android?
>
> Welcome any help for it.
>
> Best regards,
> Louis.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to