[Kotlin] @JvmOverloads
CustomView.java package com.jwsoft.javaproject; import android.content.Context; import android.util.AttributeSet; import android.view.View; import androidx.annotation.Nullable; public class CustomView extends View { public CustomView(Context context) { super(context); } public CustomView(Context context, @Nullable AttributeSet attrs) { super(context, attrs); } public CustomView(Context context, ..
Android/Kotlin
2020. 8. 12. 12:46
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- java
- 안드로이드 #코틀린 #Android #Kotlin
- CoordinatorLayout
- Architecture Pattern
- DataBinding
- 혀가 길지 않은 개발자
- activity
- coroutine
- handler
- ViewModel
- 자바
- ArrayList
- recyclerview
- Vue.js #Vue.js + javascript
- ViewPager2
- MVVM
- XML
- 코틀린
- View
- TabLayout
- 안드로이드
- Intent
- Livedata
- fragment
- Kotlin
- Design Pattern
- JSONArray
- James Kim
- Android
- JSONObject
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함