Dependency Injection continues to grow in popularity due to it's code simplification effects. If you've haven't had a chance to learn and apply DI yet, this introduction is for you.
This talk will cover the theory of "Inversion of Control", introduce Dependency injection, how it can be used within Android to simplify your App's design and help you write more testable code