흰오목눈이야 개발하자

20200327 DevLog: (kotlin) lateinit, getText, Listview 본문

안드로이드/DevLog

20200327 DevLog: (kotlin) lateinit, getText, Listview

흰오목눈이 2020. 3. 27. 23:39

https://beomseok95.tistory.com/89

 

Kotlin - null 가능성, lateinit ,lazy

Kotlin - null 가능성, lateinit, lazy null 가능성 기본적으로 객체를 불변으로 보고 null값을 허용하지 않습니다. null값을 호용하려면 별도의 연산자가 필요하고 null을 허용한 자료형을 사용할 때도 별도의 연..

beomseok95.tistory.com

https://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

https://blog.yena.io/studynote/2017/12/01/Android-Kotlin-ListView.html