Skip to content

Instantly share code, notes, and snippets.

@ToBoehmK
ToBoehmK / MutableCollectionLiveData.kt
Last active March 12, 2022 19:06
A MutableList- and CollectionLiveData implementation based on Android Architecture Components LiveData which allows to get notified on collection changes.
/*
* Copyright [2019] [Tobias Boehm]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software