Created by: larsgrefer
Introduce a dependency injection with the following features:
-
@InjectView
- inject views into Activities and Fragments (like Butterknife)
- Declare Menus and Layouts for Activities and Fragments via
@XmlLayout
and@XmlMenu
-
@InjectResource
and@InjectAttribute
- inject Resources and Attributes in everything with a Context (Services, Activities, Fragments, ...)
-
@Inject
:- Inject custom objects (in this PR Loggers and OkHttpClients)
see: #570 (closed)