therealshabi / declex

DecleX - Declarative Framework for Android, easier and faster coding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DecleX

Android Arsenal Join the chat at https://gitter.im/declex/Lobby

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


Sponsored by DSpot Sp. z o.o. Contact us at info@dspot.com.pl

About

DecleX - Declarative Framework for Android, easier and faster coding.

License:Other


Languages

Language:Java 100.0%Language:Batchfile 0.0%