stackoverflow.com/questions/44493908/setting-text-in-edittext-kotlin
Setting text in EditText Kotlin
I am trying to set text in a EditText but it says: Type mismatch. Required: Editable Found: String My code is as follow: String name = "Paramjeet" val nametxt = findViewById (R.id.nametxt) as
stackoverflow.com
'1.5 > Android' 카테고리의 다른 글
android view visibility animation (2) | 2021.04.11 |
---|---|
Fragment에서 BottomNavigationView 이동하기 (0) | 2021.04.11 |
TextView Word wrep 막기 (0) | 2021.03.10 |
constraintLayout과 RelativeLayout의 차이점 (4) | 2021.03.10 |
issue : Tablayout 사용시 문제점 (0) | 2021.03.10 |