
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
- ViewModel
- Livedata
- coroutine
- 코틀린
- activity
- JSONArray
- View
- 혀가 길지 않은 개발자
- Kotlin
- Intent
- Architecture Pattern
- Design Pattern
- java
- James Kim
- MVVM
- recyclerview
- 안드로이드
- 자바
- ArrayList
- 안드로이드 #코틀린 #Android #Kotlin
- JSONObject
- TabLayout
- Vue.js #Vue.js + javascript
- DataBinding
- CoordinatorLayout
- ViewPager2
- handler
- Android
- XML
- 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 |