Using dependency injection and annotations in Android for cleaner code
Interesting overview of possibilities for cleaner code using dependency injection and annotations by using the RoboGuice and/or
Android Annotations
frameworks:
Clean code in Android applications
Definitely interesting possibilities, but these frameworks are quite young. And is it really worth the effort, since Activities and Intents can also be used quite effectively to keep the app loosely-coupled? Also the libraries will increase the app's size.
Not convinced yet :)