android - What is the good example of using DI (Dagger) in terms of good architecture? -
android - What is the good example of using DI (Dagger) in terms of good architecture? -
i'm trying create modular architecture android app , i'm looking dagger di library. it's awesome tool, don't want misuse , have numerous questions like:
should wrap (like activities or fragments, or event separate views) modules or mutual used parts of app (likes services querying info login, info layer)? better utilize android annotations. android annotations cool library faced seems play ui layer making easy ealing views, fragments , removing boilerplate code. how doest play dagger?if have illustration of open source project using di please refer me. want follow best practices.
take at:
jake wharton's u2020 app; u2020-mortar - port of jake wharton's u2020 app utilize of mortar & flow; u2020-mvp - port live typing mvp pattern in mind. android dependency-injection dagger
Comments
Post a Comment