NineWorlds / serenity-android

An Android client for the Plex and Emby Media Servers optimized for Television displays.
MIT License
177 stars 65 forks source link

Implement Paging Library and paging support #374

Open kingargyle opened 5 years ago

kingargyle commented 5 years ago
  1. Add to client an option if it supports paging content.
  2. If it supports paging content on a RecyclerView then add an PagingAdapter implementation.
  3. Otherwise use the existing Adapters.

https://developer.android.com/topic/libraries/architecture/paging/

kingargyle commented 2 years ago

Implement lean back Paging Adapter.