본문 바로가기

IT/Android

10/4 read post

728x90
반응형

1.

출처 : Android: What is LiveEvent LiveData?

제목 : Android: What is LiveEvent LiveData?

요약 : liveEvent 를 사용하면서 두 화면에서 같은 viewModel 을 사용하여 같은 liveData 를 observe 하는 경우 각각의 화면에서 각각 한번씩 event 가 발생하는 문제에 대해서 설명합니다. LiveEvent Observer 를 wrapping 해서 해결하는 방법을 설명합니다.

 

2.

출처 : Understand Kotlin Reified and Type Erasure

제목 : Understand Kotlin Reified and Type Erasure

요약 : reified 키워드에 대해서 설명합니다. reified 키워드를 이용하여 지정한 유형의 요소만 필터링하고 반환할 수 있습니다. 즉, 유형에 대해 제한을 가능하게 해줍니다.

 

3.

출처 : Kotlin Collection Functions Cheat Sheet

제목 : Kotlin Collection Functions Cheat Sheet

요약 : kotlin collection 의 다양한 function 들을 설명합니다. createion, convert, change, choose, conclude 로 5단계로 그룹핑하고 각각에 해당하는 매우 다양한 함수들을 설명합니다.

 

4.

출처 : Material Design — Chip 사용법 in Android

제목 : Material Design — Chip 사용법

요약 : material design 의 chip 에 대해서 설명합니다. 컨테이너, 썸네일(옵션), 텍스트, remove icon(옵션) 네가지로 구성됩니다. Chip 들은 ChipGroup layout 에 의해 관리될 수 있습니다.

 

5.

출처 : Setting up a Material Components theme for Android

제목 : Setting up a Material Components theme for Android

요약 : material 컴포넌트 라이브러리에 대해서 소개합니다. 기본적인 테마, 색, typography 에 대해서 설명하고, shape 에 대해서 설명합니다. 카드, 버튼, text Fileds, bottom navigation 에 대해서 설명합니다.

728x90
반응형