Android and Dependency Injection

Viewed 24982

I've been looking around, in vain, for some information on using a dependency injection container in Android development. Specifically, how to override the creation of an Activity in a way that will also work when coming back from being killed (for whatever reason).

Has anyone got any experience in this area?

4 Answers
Related