Created
July 5, 2012 15:44
-
-
Save pyricau/3054447 to your computer and use it in GitHub Desktop.
Android DDD (Diet Driven Development)!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android DDD (Diet Driven Development)! | |
Is your Android code growing big and fat? | |
It's time for a slim down: with AndroidAnnotations, you will lose 42% LOC in a few hours, money-back guaranteed! Oh, by the way... it's | |
Open Source! | |
Try it now, it works! | |
Why are we writing the same Android code over and over again? Why are our apps harder and harder to maintain? Context and Activity god | |
objects, juggling with threads, loads of anonymous listener classes, tons of unneeded casts... can we improve that? | |
With a few Java annotations, developers can express their intentions and let AndroidAnnotations generate the boring boilerplate code at | |
compile time, using the Java 6 Annotation Processing API. | |
The presentation will start by explaining the key concepts, followed by a live coding diet on a fat application to demonstrate | |
AndroidAnnotations' advantages. | |
http://androidannotations.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Piwai, for the fun I've done some changes to exagerate the "Lose weight fast" style in my fork: https://gist.github.com/3054526
Cheers,
Cyrille