DecleX
DecleX is a framework that aims to get closer to the idea of a fully Declarative Language for Android Development. It is totally based on AndroidAnnotations; in a similar fashion, we want to facilitate the writing and the maintenance of Android applications to the highest level which has not been achieved up to now.
Documentation
Please consult our Wiki in https://github.com/smaugho/declex/wiki
Configuration
Place the following lines in your app module build.gradle file:
dependencies {
annotationProcessor 'com.dspot:declex:1.3'
compile 'com.dspot:declex-api:1.3'
}
And that's it!...
If you need to use the configuration for the old version of Android Application Plugin with 'android-apt' you can check it here: Old Android Application Plugin Configuration
Examples
See our example projects in Examples
Articles
- About Populating and Recollecting in the framework: Dependency Injection Into Views in Android with DecleX
- Using Action Syntax: Action Syntax in DecleX, an elegant code, easier to read and write
- Article written by one of our users in Medium, really nice as a quick introduction to the framework: The Ultimate Android Development Framework
Sponsored by DSpot Sp. z o.o. Contact us at [email protected]