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