
MVVM + Room + RecyclerView + CardView + AlertDialog build.gradle (Module: app) apply plugin: 'kotlin-kapt' dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' // CardView implementation 'androidx.cardview:cardview:1.0.0' // Room implementation 'androidx.room:room-runtime:2.2.5' kapt 'androidx.room:room-compiler:2.2.5' testImplementation 'androidx.room:room-te..

build.gradle (Module: app) apply plugin: 'kotlin-kapt' dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' // Room implementation 'androidx.room:room-runtime:2.2.5' kapt 'androidx.room:room-compiler:2.2.5' testImplementation 'androidx.room:room-testing:2.2.5' } User.kt package com.jwsoft.kotlinproject import androidx.room.ColumnInfo import androidx.room.Entit..

build.gradle (Module: app) dependencies { // RecyclerView implementation 'androidx.recyclerview:recyclerview:1.1.0' // Room implementation 'androidx.room:room-runtime:2.2.5' annotationProcessor 'androidx.room:room-compiler:2.2.5' testImplementation 'androidx.room:room-testing:2.2.5' } User.java package com.jwsoft.javaproject; import androidx.room.ColumnInfo; import androidx.room.Entity; import a..
- Total
- Today
- Yesterday
- coroutine
- TabLayout
- handler
- View
- Vue.js #Vue.js + javascript
- ViewModel
- Android
- James Kim
- recyclerview
- Kotlin
- MVVM
- 안드로이드 #코틀린 #Android #Kotlin
- Design Pattern
- java
- Livedata
- CoordinatorLayout
- JSONObject
- 혀가 길지 않은 개발자
- JSONArray
- 자바
- ViewPager2
- XML
- ArrayList
- Architecture Pattern
- DataBinding
- Intent
- activity
- fragment
- 안드로이드
- 코틀린
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |