I'm trying to find out what is the right method of enabling plugins or extensions for my android application. As with any other plug-able application I want: 1) list of installed plugins 2) ability to call methods (which may or may not have UI) implemented in plugins
Goal is to isolate functionality which is not essential.
Ondra