
build.gradle (Module: app) android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { // com.google.gson implementation 'com.squareup.retrofit2:converter-gson:2.7.1' } Privacy.kt package com.jwsoft.kotlinproject data class Privacy ( var height: Int, var weight: Int ) User.kt package com.jwsoft.kotlinproject data class Use..

build.gradle (Module: app) android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } dependencies { // com.google.gson implementation 'com.squareup.retrofit2:converter-gson:2.7.1' } Privacy.java package com.jwsoft.javaproject; public class Privacy { private int height; private int weight; public Privacy(int height, int weight) { this.h..
- Total
- Today
- Yesterday
- MVVM
- Intent
- XML
- Vue.js #Vue.js + javascript
- 자바
- activity
- 코틀린
- Architecture Pattern
- ViewPager2
- TabLayout
- CoordinatorLayout
- Android
- Livedata
- View
- 안드로이드 #코틀린 #Android #Kotlin
- ArrayList
- 혀가 길지 않은 개발자
- Design Pattern
- java
- Kotlin
- James Kim
- JSONObject
- fragment
- coroutine
- handler
- recyclerview
- DataBinding
- 안드로이드
- JSONArray
- ViewModel
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |