android-mvvm-coroutine icon indicating copy to clipboard operation
android-mvvm-coroutine copied to clipboard

can we put more data like this

Open GauravPandey123 opened this issue 5 years ago • 0 comments

val result: LiveData<Resource<List<Team>>> = Transformations.switchMap(query) { q,t -> if (q.isNullOrEmpty()) { AbsentLiveData.create() } else { sportRepository.searchTeam(q) } }

GauravPandey123 avatar Jun 14 '19 07:06 GauravPandey123