05-04 13:59
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- EditText
- 청약
- Data Binding
- MG더뱅킹정기예금
- Mac
- kotlin
- ios
- 고금리
- 사전청약
- 새마을금고
- ndk r24
- Android
- 3rd framework
- BindingAdapter
- Android Studio
- CHAT GPT
- JetPack
- arm-linux-androideabi
- KB
- gradle
- ChatGPT
- Andorid
- RETROFIT
- java
- audio record
- Swift
- 용산 호반써밋 에이디션
- 달러예금
- ndkVersion
- 예금
Archives
- Today
- Total
pear
[android] viewmodel binding implementation 본문
viewmodel binding 할 때 필요한 implementation
implementation 'androidx.activity:activity-ktx:1.2.0'
import androidx.activity.viewModels
private val viewmodel : MainViewModel by viewModels()
ps activity-ktx 와 의존성이 있는 다른 *-ktx로 대체가 가능하다.
implementation 'androidx.activity:*-ktx:1.2.0'
'android > kotlin' 카테고리의 다른 글
[android]kotlin kdoc(java doc 대체) (0) | 2023.08.07 |
---|---|
[android] Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules by implementation version (0) | 2023.07.17 |
[android]data binding 5 - mistake error (0) | 2023.06.01 |
[android]data binding 4 - app custom attribute (0) | 2023.06.01 |
[android]data binding 1 - simple example EditText (0) | 2023.06.01 |