본문 바로가기

나만 보는 일기장

검색하기
나만 보는 일기장
프로필사진 Patrick0422

  • 분류 전체보기 (48)
    • 개발 (46)
      • Android (39)
      • Electron (2)
      • 기타 (4)
    • 그냥 (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • 깃허브
«   2025/08   »
일 월 화 수 목 금 토
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
Tags
  • hilt
  • asLiveData()
  • 안드로이드
  • Livedata
  • imageview
  • kotlin
  • 면접
  • room
  • recyclerview
  • 취업
  • 스플래시
  • TypeConverter
  • Navigation Component
  • Datastore
  • android studio
  • ViewModel
  • Gradle
  • themes.xml
  • fragment
  • 일렉트론
  • Jetpack Compose
  • Binding Adapter
  • 개발자
  • nav_graph
  • electron
  • Safe Args
  • 테마
  • 주석
  • Android
  • BottomNavigationView
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Binding Adapter (1)

나만 보는 일기장

[Android] Binding Adapter 쓰는 법

Binding Adapter는 View(xml)에 직접 속성을 만들어 사용할 수 있게 해주는 기능입니다. class RecipesRowBinding { companion object { @JvmStatic @BindingAdapter("속성 이름") fun applyVeganColor(view: View, isSomething: Boolean) { if (isSomething) { when (view) { is TextView -> view.setTextColor( ContextCompat.getColor( view.context, R.color.green ) ) is ImageView -> view.setColorFilter( ContextCompat.getColor( view.context, R.co..

개발/Android 2021. 11. 3. 12:04
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바