Skip to content

Instantly share code, notes, and snippets.

@Marchuck
Created June 14, 2018 11:49
Show Gist options
  • Select an option

  • Save Marchuck/4ca3e6afa4df4263efcec824303f377e to your computer and use it in GitHub Desktop.

Select an option

Save Marchuck/4ca3e6afa4df4263efcec824303f377e to your computer and use it in GitHub Desktop.
class PaginationViewModel(pagedListProvider: PagedListProvider<Person?>) : ViewModel() {
val pagedListData = pagedListProvider.provide()
val adapter = SwapiAdapter()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment