android-tableview-kotlin
android-tableview-kotlin copied to clipboard
Does TableView Support LiveData ?
I have roomdatabase where i am getting livedata from database and was giving it to recyclerview. i have implement using List but not as LiveData<List>
can we do it ?