Programming Blog

▼
▼
Showing posts with label android. Show all posts
Showing posts with label android. Show all posts
Monday, 17 August 2020

Add Azure Devops plugins in Android Studio for Git or TFVC Version control

›
 By default, Android studio can not connect to the Azure devops source codes. To connect to the Azure devops, a plugins by Microsoft needs t...
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

About Me

Sushma
View my complete profile
Powered by Blogger.