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