CompositeAndroid
CompositeAndroid copied to clipboard
Composition over inheritance for Android components like Activity or Fragment
Hi, as of AndroidX supports lifecycle and Activity result listening (currently rc 'androidx.activity:activity:1.2.0-rc01') it seemed that this library could be replaced. But so far difference is that lifecycle listeners can...
Hello, may we rely on support for androidX ? Or this project is closed and not supported anymore?
The implementation seems very heavy when I look at the source code. I stopped being as worried about garbage collection with ART, but it seems like each stage of the...
Hello, this is not a bug report, just would like to point it out for other people having same issue. I'm using this library with [GreenRobot's EventBus](https://github.com/greenrobot/EventBus). On some devices...
Some methods have been introduced later. Right now lint doesn't warn for such calls. It warns for `AppCompatActivity` but not for `CompositeActivity`. I.e. `Activity#isDestroyedI()` The `@RequiresApi` annotation could be added...
Mosby
Hi, in the documentation you wrote about integrating the mosby library as a plugin. Have you done so already? I started doing it but having some trouble to get it...
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...