Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
pyricau edited this page Mar 15, 2012 · 55 revisions

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!

Check out the table of contents =>

Using AndroidAnnotations

Questions?

Enjoying AndroidAnnotations

Improving AndroidAnnotations

Extending AndroidAnnotations

Clone this wiki locally