11-28 15:38
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- ios
- Mac
- 청약
- MG더뱅킹정기예금
- 3rd framework
- BindingAdapter
- Andorid
- 예금
- 달러예금
- Android
- Data Binding
- kotlin
- EditText
- KB
- arm-linux-androideabi
- 용산 호반써밋 에이디션
- audio record
- JetPack
- Swift
- gradle
- ndk r24
- java
- ChatGPT
- RETROFIT
- ndkVersion
- 사전청약
- 고금리
- Android Studio
- 새마을금고
- CHAT GPT
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 |