Write Plugin for Android App [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questioni'll try to develop an app which is enabled for plugins like in windows-.Net-world DLLs.
i will have small rectangle-linearlayouts in my app where the user is able to manage them with visible on/off. later on i 开发者_如何学Pythonor someone else will give the user a new plugin, which the apps is displaying now.
is it possible? if yes: how? are there good sites out there you could direct me?
regards fly
It is possible to have a plugin architecture for your application. These links should help you out:
- http://mylifewithandroid.blogspot.com/2010/06/plugins.html
- http://mylifewithandroid.blogspot.com/2011/01/plugins-with-user-interface.html
精彩评论