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
@XmlLayoutand@XmlMenu -
@InjectResourceand@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)