Skip to content

Instantly share code, notes, and snippets.

@SamueldaCostaAraujoNunes
Created August 2, 2021 22:50
Show Gist options
  • Save SamueldaCostaAraujoNunes/b80520a10446addb713516e2e2b10982 to your computer and use it in GitHub Desktop.
Save SamueldaCostaAraujoNunes/b80520a10446addb713516e2e2b10982 to your computer and use it in GitHub Desktop.
fun characters(query: String): LiveData<PagingData<Character>> =
characterRepository.getCharacters(query).cachedIn(viewModelScope).asLiveData()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment