Created
June 14, 2018 11:49
-
-
Save Marchuck/4ca3e6afa4df4263efcec824303f377e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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