Skip to content

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

License

Notifications You must be signed in to change notification settings

flatcircle/LiveDataHelper

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages