AlexanderEggers / archknife

Android annotation library to generate the project's activity/fragment/viewmodel dagger structure.
Apache License 2.0
3 stars 0 forks source link

Misc object injection #5

Open AlexanderEggers opened 5 years ago

AlexanderEggers commented 5 years ago

Add new annotation to allow the injection of views and misc objects into the dependency graph. Like services and broadcast receiver, this injection will be quite manual for the dev. The only challenge for the lib implementation is to provide a way to get the ArchKnifeComponent and use the included inject(....) method.

AlexanderEggers commented 5 years ago

TODO