forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Cookbook
pyricau edited this page Jan 13, 2012
·
55 revisions
You'll find some AndroidAnnotations recipes here!
To get started with AndroidAnnotations, 3 easy steps:
- How AndroidAnnotations works
- How to troubleshoot your AndroidAnnotation project
- How to enhance [Activities](Enhance Activities)
- How to enhance [custom classes](Enhance custom classes)
- How to enhance [ViewGroups](Enhance Viewgroups)
- How to enhance [Services](Enhance Services)
- How to enhance [BroadcastReceiver](Enhance BroadcastReceivers)
- How to enhance [ContentProviders](Enhance ContentProviders)
- How to inject Views
- How to inject your project resources
- How to inject intent extras
- How to inject Android System Services
- How to inject [Html text](Injecting Html) in TextViews
- How to stop worrying about threads
- [Fork / Join](Fork Join) for the poor Android dev
- [Publish progress](Publish Progress) made easy
- How to easily handle clicks and other events
- How to simplify handling of [Options Menu](Handling Options Menu)
- How to use typesafe SharedPreferences
- How to use the simple [Rest API](Rest API)
- How to trace the execution of your code
- How to combine AndroidAnnotations with RoboGuice
- How to use the Fragments API
- How to handle SQLite Transactions
- How to handle Android backward compatibility
- How to configure Eclipse for AndroidAnnotations
- How to configure IntelliJ IDEA for AndroidAnnotations
- How to configure Netbeans for AndroidAnnotations
- How to build an AndroidAnnotations project with Maven and Eclipse
- How to build an AndroidAnnotations project with Ant
- How to build an AndroidAnnotations project with Gradle
- How to configure Proguard for AndroidAnnotations
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