Android Domain Notifications

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

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

io.github.psmorandi
ArtifactId

ArtifactId

domain-notifications
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/psmorandi/android-domain-notifications
Source Code Management

Source Code Management

https://github.com/psmorandi/android-domain-notifications

Download domain-notifications

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.psmorandi/domain-notifications/ -->
<dependency>
    <groupId>io.github.psmorandi</groupId>
    <artifactId>domain-notifications</artifactId>
    <version>2.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.psmorandi/domain-notifications/
implementation 'io.github.psmorandi:domain-notifications:2.0.0'
// https://jarcasting.com/artifacts/io.github.psmorandi/domain-notifications/
implementation ("io.github.psmorandi:domain-notifications:2.0.0")
'io.github.psmorandi:domain-notifications:aar:2.0.0'
<dependency org="io.github.psmorandi" name="domain-notifications" rev="2.0.0">
  <artifact name="domain-notifications" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.psmorandi', module='domain-notifications', version='2.0.0')
)
libraryDependencies += "io.github.psmorandi" % "domain-notifications" % "2.0.0"
[io.github.psmorandi/domain-notifications "2.0.0"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.31

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.0.0