We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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().
setActionBarContentView()
setContentView()