All Projects → DSpotDevelopers → Declex

DSpotDevelopers / Declex

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Declex

Android Mvvm Rxjava2 Dagger2
This repository contains a detailed sample application that uses MVVM as its presentation layer pattern. Essential dependencies are Dagger2 with Dagger-android, RxJava2 with RxAndroid, Room, Retrofit and Espresso.
Stars: ✭ 50 (-71.26%)
Mutual labels:  dependency-injection, android-development
Flair
This is powerful android framework
Stars: ✭ 31 (-82.18%)
Mutual labels:  dependency-injection, android-development
Kata-Dagger2-Android
Kata to practice Dependency injection using Dagger 2.
Stars: ✭ 21 (-87.93%)
Mutual labels:  dependency-injection, android-development
Android App Architecture Mvvm Databinding
A simple but complete project (in both Java & Kotlin) to demonstrate the Android application architecture with MVVM pattern, a client app for The Movie DB Web API. Dagger2 is used for dependency injection and RxJava is used for RFP (Reactive Functional Programming).
Stars: ✭ 69 (-60.34%)
Mutual labels:  dependency-injection, android-development
Foregroundappchecker
Foreground application detection library for android.
Stars: ✭ 167 (-4.02%)
Mutual labels:  android-development
Glidetoast
GlideToast is a android library to implement flying Toast Animation
Stars: ✭ 162 (-6.9%)
Mutual labels:  android-development
Upcomingmovies
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators.
Stars: ✭ 160 (-8.05%)
Mutual labels:  dependency-injection
Customrefreshview
一个支持网络错误重试,无数据页(可自定义),无网络界面(可自定义)的上拉加载更多,下拉刷新控件
Stars: ✭ 160 (-8.05%)
Mutual labels:  android-development
Advancedrecycleview
♻ RecycleView with multiple view types, inner horizontal RecycleView and layout animation
Stars: ✭ 172 (-1.15%)
Mutual labels:  android-development
Dinocompose
Chrome's Dino T-Rex game developed in Jetpack Compose
Stars: ✭ 170 (-2.3%)
Mutual labels:  android-development
Awesome Kotlin Android
awesome kotlin for android !
Stars: ✭ 164 (-5.75%)
Mutual labels:  android-development
Kapsule
Minimalist dependency injection library for Kotlin.
Stars: ✭ 162 (-6.9%)
Mutual labels:  dependency-injection
Div Games Studio
Complete cross platform games development package, originally for DOS but now available on modern platforms.
Stars: ✭ 168 (-3.45%)
Mutual labels:  android-development
Flama
🔥 Fire up your API with this flamethrower
Stars: ✭ 161 (-7.47%)
Mutual labels:  dependency-injection
Awesome Kotlin
A curated list of awesome Kotlin frameworks, libraries, documents and other resources
Stars: ✭ 2,128 (+1122.99%)
Mutual labels:  android-development
Lookatme
VideoView that plays video only when 👀 are open and 👦 is detected with various other features
Stars: ✭ 161 (-7.47%)
Mutual labels:  android-development
Swinjectautoregistration
Swinject extension to automatically register your services
Stars: ✭ 164 (-5.75%)
Mutual labels:  dependency-injection
Tsyringe
Lightweight dependency injection container for JavaScript/TypeScript
Stars: ✭ 2,761 (+1486.78%)
Mutual labels:  dependency-injection
Qframework
Unity3D System Design Architecture
Stars: ✭ 2,326 (+1236.78%)
Mutual labels:  dependency-injection
Awesomedialog
A Beautiful Dialog Library for Kotlin Android
Stars: ✭ 163 (-6.32%)
Mutual labels:  android-development

DecleX

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

DecleX

DecleX is a powerful framework which reduces the verbosity of Java language, and enhances the dependencies/views injections to permitting the creation of Android applications at record speeds. 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:2.0.a.24'
    implementation 'com.dspot:declex-api:2.0.a.24'
    implementation 'com.dspot:declex-actions:2.0.a.21'
}

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 [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].