Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 안드로이드
- 앱
- 플러터
- 플루터
- Set ID
- Could not create service of type FileAccessTimeJournal using
- 크롬개발자도구
- 입력 커서
- gestureRecognizers
- StringUtils.isEmpty
- TCP/IP모델
- fullBackupContent
- allowBackup
- TextFormField
- freezed
- Flutter
- 프로그래머스
- foreground
- project flow
- Chrome Developer Tools
- 두 수의 나눗셈
- not working
- runSpacing
- carousel slider
- Flutter SDK
- 안보내짐
- 에러
- VerticalMultiDragGestureRecognizer
- 웹뷰
- StringUtils.isBlank
Archives
- Today
- Total
흰오목눈이야 개발하자
20200327 DevLog: (kotlin) lateinit, getText, Listview 본문
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
'안드로이드 > DevLog' 카테고리의 다른 글
20200426 Material Design (0) | 2020.04.26 |
---|---|
20200406 DevLog: Slider Button(슬라이더 버튼) 흐리게 만들기 (0) | 2020.04.06 |
20200325 DevLog: AlertDialog using Kotlin (코틀린으로 다이얼로그 띄우기) (0) | 2020.03.25 |
20200319 DevLog_Git branch 관리, MVVM Pattern (Kotlin) (0) | 2020.03.19 |
20200318 DevLog : DataBinding (0) | 2020.03.18 |