android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.42k stars 8.29k forks source link

Clean up query order logic in PagingWithNetwork sample #1081

Closed claraf3 closed 1 year ago

claraf3 commented 1 year ago

Test: n/a Bug: 262747006

Removing deprecated indexing logic. Update the DB + Network sample to track and display data based on insertion order.