Programming Blog
(Move to ...)
Programming Blogs
Health Blogs
▼
(Move to ...)
Home
▼
Showing posts with label
kotlin
.
Show all posts
Showing posts with label
kotlin
.
Show all posts
Tuesday, 11 August 2020
Scrollable readonly EditView in Kotlin
›
Scrollable readonly EditView in Kotlin In the view xml file: < EditText android :id ="@+id/etResult" android...
Wednesday, 5 August 2020
Simple use of Timer in Kotlin
›
the code below will set the button to clickable after 30 sec: btnOk . isClickable = false Timer().schedule( timerTask { btnOk . isCli...
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...
Permission request pop up in android
›
Request user to give permission to read external storage in Android - (Kotlin) if (ContextCompat.checkSelfPermission( this , Manif...
›
Home
View web version