Jump to: navigation, search

Changes


Internal:UBIK Android Customizing

55 bytes added, 13:13, 13 August 2015
/* Replacing Modules */
public class CustomPlugin extends Plugin {
public static final String PLUGIN_ID ==== "CustomPlugin";
public CustomPlugin () {
Incompatible modules can be replaced by replacing the whole plugin or specifying that the replacing module overrides all conflicting modules no matter what (using an option in the ''@Module'' annotation).
This can lead to unresolvable dependencies though, so the other plugins and modules used in the app should be accounted for.
 
[[Category:Android (internal)|UBIK Android Customizing]]
==== Errors and Solutions ====
1,765
edits