androidpluginsosgijpf

Plugin Management for an Android application


We want to develop and extensible Android application, and are looking for a way to handle plugins.

What do you think would be the best approach:


Solution

  • What exactly do you mean with "plugin"? With the Intent and IntentFilter concept you can already do many things I would call "plugin". For example, you can allow other applications to add entries in your context menu.