1

Task is to clear the cache of images in the application. Decided to do it with the help of coroutines that the application does not hang.

GlobalScope.launch {
    AppResources.appContext?.let { Glide.get(it).clearMemory() }
}

But don't really understand how to write this test.

Zun
  • 1,407
  • 3
  • 14
  • 22
Morozov
  • 3,411
  • 3
  • 25
  • 48

0 Answers0