Skip to content

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

License

Notifications You must be signed in to change notification settings

drobinetm/declex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%