Most Android devs would recognize it due to freque...
# coroutines
a
Most Android devs would recognize it due to frequent use of
Handler(Looper.getMainLooper())
specifically for using main thread/UI callbacks
👍 1