I am trying to find a way to have plugins in the application.
My goal is to have a main application and offer plugins that can be downloaded to the market. (It could be anything, weather, a radio player, etc.)
Plugins will not interact with each other, so the main application is more like a directory of several applications with the SDK view that plugins use.
There is an example of Tic Tac Toe in the Android document, but the main application requires the main application to declare an external library. My desire is that the main application detects new installed plugins and displays them.
I found this other question , but no answer.
Is there any way to do this?
Edit: There are also apps that can be unlocked by buying another app on the market. How do they work? I have not found anything interesting yet. You know what you find when you open the โAndroid unlockโ :)
Jonas
source share