The Android development Framework, Androidannotations, integrates the rest templates in Ormlite,spring-android in addition to the dependency injection features. It is very convenient to use and greatly improves the development efficiency.
Use steps
1. Download http://androidannotations.org/
2. Build an Android project, copy the Androidannotations-api-3.0.1.jar to the Libs directory,
Create a folder in the root directory compile-libs, copy the Androidannotations-3.0.1.jar in
3. Set properties: Right-click->properties->java compiler->annotation Processing, select Enable project specific settings.
On the annotation Processing subkey factory Path page, select Enable project specific settings,
Then add the jar packages needed for compilation. Click "Add JARs" to import and save Androidannotations-3.0.1.jar from the previous complie-libs directory.
For specific use, refer to http://androidannotations.org/documentation and sample usage.
Reference http://blog.csdn.net/nupt123456789/article/details/23790161
Use of Android development framework Androidannotations