asked
[2023 Free Kotlin Lecture] Android Programming A-Z, from Basics to Profit Generation
Implementing the Main Activity (5) - Implementing the Refresh() function
Written on
·
126
0
start() 함수에서는 runonuithread를 사용하는데
pause랑 refresh 함수에서는 runonuithread 를 안써도 되는건가요?
btn_start.text = getString(R.string.btn_start)
이런 부분을 보게되면 메인화면에 텍스트를 변경하는것 같은데요??
Answer