13/12/2013
Be a lazy but a productive Android developer :)
I have explored about using Roboguice and how can we decrease lines of code and save a time for writing actual business logic and there by optimizing the productivity.
if (lines of code == less) {
Toast.makeText(this, "less opportunity of bugs", TOAST.LENGTH_LONG).show();
Toast.makeText(this, "Can achieve productivity", TOAST.LENGTH_LONG).show();
}
Stay tuned for next!
http://www.technotalkative.com/lazy-productive-android-developer-1/
Roboguice is a dependency injection framework for Android applications, that brings the simplicity and ease of Dependency Injection to Android, using Google’s own Guice library.