본문 바로가기

카테고리 없음

2020-05-25 10시 개발자 글 모음 | "Android RecyclerView" 외 3개 이야기

AWS 주간 소식 모음 – 2020년 5월 25일 by AWS Korea

  • 여러분~ 매주 월요일 마다 지난 주 업데이트된 국내 AWS관련 콘텐츠를 정리해 드리는 AWS 주간 소식 모음입니다
  • AWS 클라우드에 대한 새로운 소식을 확인하시는데 많은 도움 되시길 바랍니다
  • AWS 코리아의 주요 이벤트 일정과 지난 행사 모음은 3개월 일정 안내에서 확인하실 수 있으며


2개월간의 재택근무가 끝났다. by 이상한모임

  • Send to Email Address
  • Post was not sent - check your email addresses!
  • your blog cannot share posts by email


팀장 하는 짓 by 이상한모임

  • Send to Email Address
  • Post was not sent - check your email addresses!
  • your blog cannot share posts by email


Android RecyclerView Adapter에 DataBinding 활용하기 by 권태환 about Android

  • 매우 간단하게 DataBinding을 활용하여 View 초기화와 데이터를 주입하는 방식으로 사용하는 Adapter이다
  • DataBinding - link은 레이아웃의 UI 구성 요소를 프로그래밍 방식(findViewById 등) 형태가 아닌 선언적 형태를 사용하여 앱의 데이터 소스에 바인당 할 수 있는 지원 라이브러리이다
  • The Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically