When using the Android Paging extension for SQLDel...
# squarelibraries
k
When using the Android Paging extension for SQLDelight, are we expected to use LiveData to observe the list and submit it to a
ListAdapter
?
nevermind, I think I figured it out. It didn't dawn on me that I could build my own instance of a paged list using this.