Skip to content

A complete MVI framework for Android to build apps in a more testable, faster and reliable way.

License

Notifications You must be signed in to change notification settings

marcohc/terminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminator

Is an opinionated Android framework based on a MVI (Model-View-Intention) pattern. Besides the framework, it contains all the necessary tools which makes your development more testable, faster, better and more cohesive.

Configuration

Latest version:

Step1

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
      maven { url "https://jitpack.io" }
    }
}

Step2

Add the dependency on your modules build.gradle file:

dependencies {
    implementation "com.github.marcohc:terminator:<version>"
}

Architecture

A great explanation of MVI:

Modules

TODO

Credit to

Benoît Quenaudon (https://github.com/oldergod), his video, article and repository about MVI made me create this framework. Thanks!

About

A complete MVI framework for Android to build apps in a more testable, faster and reliable way.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages