Programming Blog
(Move to ...)
Programming Blogs
Health Blogs
▼
(Move to ...)
Home
▼
Showing posts with label
doasync
.
Show all posts
Showing posts with label
doasync
.
Show all posts
Wednesday, 5 August 2020
Working with UI controls from Non main thread in Kotlin
›
import org.jetbrains.anko.doAsync import org.jetbrains.anko.uiThread fun anyFunction(){ doAsync { // Normal code inside Async thread...
›
Home
View web version