Skip to content

Instantly share code, notes, and snippets.

@pyricau
Created July 5, 2012 15:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyricau/3054447 to your computer and use it in GitHub Desktop.
Save pyricau/3054447 to your computer and use it in GitHub Desktop.
Android DDD (Diet Driven Development)!
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/
@cyriux
Copy link

cyriux commented Jul 5, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment