forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
GreenDroidIntegration
pyricau edited this page May 25, 2012
·
2 revisions
Since AndroidAnnotations 2.5
AndroidAnnotations integrates smoothly with GreenDroid.
You just need to use the GreenDroid library in a standard way, and then annotate your activities with AndroidAnnotations.
@EActivity(R.layout.my_layout)
public class MyActivity extends GDActivity {
}The main difference here is that AndroidAnnotations will call setActionBarContentView() instead of setContentView().
AndroidAnnotations was created by Pierre-Yves Ricau and is sponsored by eBusinessInformations.
04/03/2013 The 2.7.1 release is out
- Get started!
- Download
- 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