Skip to content

Instantly share code, notes, and snippets.

@Marchuck
Created June 14, 2018 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marchuck/f88e7d06eacb83e3a147501bf3e5883d to your computer and use it in GitHub Desktop.
Save Marchuck/f88e7d06eacb83e3a147501bf3e5883d to your computer and use it in GitHub Desktop.
interface PagedListProvider<Value> {
fun provide() : LiveData<PagedList<Value>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment