Cookbook - shiraji/androidannotations GitHub Wiki

Cookbook

You'll find some AndroidAnnotations recipes here!

You can also check the list of all available annotations.

General recipes

Annotation recipes

Enhanced components

  • How to enhance [Activities](Enhance Activities)
  • How to enhance Fragments
  • How to enhance [custom classes](Enhance custom classes)
  • How to enhance [custom views](Enhance custom views)
  • How to enhance your Application class
  • How to enhance [Services](Enhance Services)
  • How to enhance [IntentServices](Enhance IntentServices)
  • How to enhance [BroadcastReceivers](Enhance BroadcastReceivers)
  • How to enhance [ContentProviders](Enhance ContentProviders)

Injecting stuff

Clear event handling

Simple threading

  • How to stop worrying about threads
  • [Fork / Join](Fork Join) for the poor Android dev
  • [Publish progress](Publish Progress) made easy
  • Background tasks and config changes (such as screen rotations)

3rd party framework integration

Other goodies

Build and IDE Recipes