If you want to create an asynchronous or non-blocking task on kotlin you should consider using coroutines, according to the official documentation, coroutine is an instance of a suspendable computation. It is conceptually similar to a thread, in the ...
blog.bydhiva.com2 min readNo responses yet.