forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Cookbook
WonderCsabo edited this page Nov 6, 2014
·
64 revisions
You'll find some AndroidAnnotations recipes here!
You can also check the list of all available annotations.
- How AndroidAnnotations works
- How to troubleshoot your AndroidAnnotation project
- 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)
- 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 reinject NonConfiguration instances
- Simple HTTPS with HttpClient
- How to inject Fragment arguments
- Listening to click, touch & long click events
- Listening to AdapterView events
- Listening to SeekBar events
- Listening to text changes
- How to simplify handling of [Options Menu](Handling Options Menu)
- 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)
- How to combine AndroidAnnotations with RoboGuice
- How to get RoboGuice
@Inject
to work in a@EBean
- How to combine AndroidAnnotations with GreenDroid
- How to combine AndroidAnnotations with ActionBarSherlock
- How to use AndroidAnnotations in Library Projects
- How to use OrmLite daos
- How to use Otto event bus
- Adapters and lists, the AA way
- How to add callbacks to execute code [after injection](After Injection)
- How to save your activity instance state
- How to use the simple [Rest API](Rest API)
- Authenticated Rest Client
- How to trace the execution of your code
- Easily setting your activity to no title / fullscreen
- How to unit test your application
- How to use typesafe SharedPreferences
- How to handle SQLite Transactions
- How to handle Android backward compatibility
- How to handle Activity results
- How to make HierarchyViewer work on any device
- 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 build an AndroidAnnotations project with Gradle and Android Studio/IntelliJ
- How to configure Proguard for AndroidAnnotations
AndroidAnnotations was created by Pierre-Yves Ricau and is sponsored by eBusinessInformations.
09/11/2014 The 3.2 release is out !
- Get started!
- Download
- Cookbook, full of recipes
- Customize annotation processing
- List of all available annotations
- Release Notes
- Examples
- Read the FAQ
- Join the Mailing list
- Create an issue
- Tag on Stack Overflow