Skip to content

Implementation of notification pattern, where an object collects all information about errors in the domain layer and communicate it to the presentation layer.

License

Notifications You must be signed in to change notification settings

psmorandi/android-domain-notifications

Repository files navigation

android-domain-notifications

Android CI

About

Implementation of notification pattern, where an object collects all information about errors in the domain layer and communicate it to the presentation layer. Based on the great work by @andrebaltieri: https://github.com/andrebaltieri/flunt.

Usage

Configure your build.gradle to access Maven Central:

repositories {
    mavenCentral()
}

Then add the dependency:

dependencies {    
    implementation 'io.github.com:domain-notifications:2.0.0'
}

Please check unit tests for example on how to use this library.

About

Implementation of notification pattern, where an object collects all information about errors in the domain layer and communicate it to the presentation layer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages