/LiveDataHelper

Small library to provide Extension Functions and the like for LiveData useage

Primary LanguageKotlinMIT LicenseMIT

LiveDataHelpers

Extension functions for LiveData

CircleCI Download

This app provides a few extension functions and delegates for LiveData in Kotlin

Installation

implementation 'io.flatcircle:livedatahelper:{version}'

Usage

Extension Description Example
.observe {} Observes, except you only have to pass a lambda Example
.observeNonNull{} Observes, but ignores nulls Example