
DataBinding + LiveData + BindingAdapter build.gradle (Module: app) android { dataBinding { enabled = true } } BindingAdapters.java package com.jwsoft.javaproject; import android.view.View; import androidx.annotation.ColorInt; import androidx.databinding.BindingAdapter; public class BindingAdapters { @BindingAdapter("android:visibleJW") public static void setVisible(View view, Boolean bool) { if ..

DataBinding + LiveData + BindingAdapter build.gradle (Module: app) apply plugin: 'kotlin-kapt' android { dataBinding { enabled = true } } BindingAdapters.kt package com.jwsoft.kotlinproject import android.view.View import androidx.annotation.ColorInt import androidx.databinding.BindingAdapter object BindingAdapters { @JvmStatic @BindingAdapter("android:visibleJW") fun setVisible(view: View, bool..
- Total
- Today
- Yesterday
- 안드로이드 #코틀린 #Android #Kotlin
- 안드로이드
- handler
- DataBinding
- TabLayout
- ViewModel
- Design Pattern
- MVVM
- Livedata
- Architecture Pattern
- CoordinatorLayout
- Vue.js #Vue.js + javascript
- activity
- java
- recyclerview
- coroutine
- ArrayList
- James Kim
- JSONArray
- 자바
- View
- ViewPager2
- XML
- Kotlin
- JSONObject
- Android
- Intent
- 코틀린
- 혀가 길지 않은 개발자
- 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 |