CompositeAndroid
CompositeAndroid copied to clipboard
Feature/performance 2
Part II of #23
Use reflection to check for overridden methods. Don't call plugins which did not override a method.
Since reflection is very heavy it will be only used after a fixed amount of calls.
Performance measurements will follow
Increases the performance of getApplicationInfo()
and getResources()
drastically when not overridden which get called multiple thousand times per Activity Lifecycle.