Info
Version: | 1.0.0-beta04 |
Author(s): | Felipe de Souza Longo |
Last Update: | Monday, January 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/felipeslongo/honeycomb-csharp |
NuGet Url: | https://www.nuget.org/packages/HoneyComb.LiveDataNet |
Install
Install-Package HoneyComb.LiveDataNet
dotnet add package HoneyComb.LiveDataNet
paket add HoneyComb.LiveDataNet
HoneyComb.LiveDataNet Download (Unzip the "nupkg" after downloading)
Dependencies
- HoneyComb.Core(>= 1.0.002)
- HoneyComb.Reflection(>= 0.0.1)
- System.Reactive(>= 4.1.6)
Tags
Used to create observable properties in C#.
It's strongly based on Android's LiveData component: https://developer.android.com/reference/android/arch/lifecycle/LiveData.
It's lifecycle-aware.