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 |
29 | 30 |
Tags
- 알고리즘
- recyclerview
- sqlite
- AppBarLayout
- CollapsingToolbarLayout
- HTTP
- hilt
- onMeasure
- BOJ
- Behavior
- ViewModel
- notification
- Android
- onLayout
- kotlin
- CoordinatorLayout
- View
- 안드로이드
- activity
- CustomView
- Algorithm
- 알림
- Navigation
- lifecycle
- LiveData
- 코틀린
- 백준
- Coroutine
- room
- DataBinding
Archives
- Today
- Total
개발일지
삽질 - TextInputLayout AutoCompleteTextView setSelection 본문
TextInputLayout을 사용할 때 ExposedDropdownMenu와 MaterialAutoCompleteTextView를 사용하여DropdownMenu를 사용할 때 setSelection을 통해 코드로 Item을 선택할 경우 IndexBoundException이 발생한다.
=> setText를 사용한다.
'삽질' 카테고리의 다른 글
삽질 - Android font 여백 지우기 (0) | 2021.05.08 |
---|---|
삽질 - More than one file was found with OS independent path (0) | 2021.05.04 |
삽질 - 주석 안될 때 (Ctrl + /) / 단축키 안될 때 (0) | 2021.03.02 |
삽질 - Android Dialog match_parent (1) | 2021.02.08 |
삽질 - CoordinatorLayout, ViewPager (0) | 2021.01.26 |
Comments