forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
pyricau edited this page Jan 12, 2012
·
49 revisions
Read the Cookbook.
Have a look at the Release Notes.
Read the sources
- Say hello on the mailing list
- Read the FAQ
- Create an issue
- If you think you'd rather ask on StackOverflow, please don't forget let us know on the mailing list
- Introduction
- Installing the environment
- How to contribute code
- What can I do?
- Releasing
- Tweeting with ifttt.com
- Old Pages
See our list of links on the Press page.
A few lines about AndroidAnnotations features, I don't know where to put them yet:
Features :
- Simplified threading model: annotate your methods to ensure they'll be executed on the UI thread or on a background thread.
- Event binding: annotate methods to handle events on views, no more ugly anonymous listener classes!
- Dependency injection: inject views, extras, system services, resources, and even custom objects and let AndroidAnnotations take care of the details.
- Rest client: define a client interface with a few annotations, and AndroidAnnotations takes care of the implementation details.
- AndroidAnnotations provides those good things and even more for less than 50kb, without any runtime perf impact!
14/06/2012 The 2.6 release is out
- Get started!
- Cookbook, full of recipes
- List of all available annotations
- Release Notes
- Examples
- Read the FAQ
- Join the Mailing list
- Create an issue
- Tag on Stack Overflow