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