본문 바로가기

728x90
반응형

MVVM

10/28 read post 1. 출처 : https://medium.com/proandroiddev/statelistanimator-a-powerful-little-tool-for-elevation-animation-4b31781e98a0 제목 : StateListAnimator — a Powerful Little Tool for Elevation Animation 요약 : StateListAnimator 를 사용하여 스크롤 될때만 그림자가 나타나도록 하는 코드를 설명합니다. animator 폴더에 selector 로 animation 을 정의하고 xml layout 에서 stateListAnimator 로 정의한 animation 을 할당한 후 scrollView 에서 onScrollChangeListener 에서 select .. 더보기
10/27 read post 1. 출처 : https://medium.com/@itmagination/what-are-the-most-popular-android-app-architectures-3-main-approaches-explained-c5249c0e5d1f 제목 : What Are the Most Popular Android App Architectures? 3 Main Approaches, Explained. 요약 : 3가지 가장 유명한 앱 아키텍처에 대해서 설명합니다. mvp, mvvm, mvi 입니다. 각 아키텍처의 특징에 대해서 간략히 설명합니다. 2. 출처 : https://medium.com/@stevdza-san/from-figma-to-composables-in-android-studio-with-ease-.. 더보기
10/3 read post 1. 출처 : Suspending Lambdas in Kotlin 제목 : Suspending Lambdas in Kotlin 요약 : 코루틴에서 서스펜드 키워드에 대해서 간략히 설명하고 람다를 return 하는 형식을 서스펜드와 어떻게 조합하는지에 대해서 설명합니다. return type 을 (suspend () → File) 로 할 수도 있지만 return type 을 suspend { … } 로 할 수도 있습니다. 2. 출처 : Effective extension function refactoring in Kotlin: companion object use case 제목 : Effective extension function refactoring in Kotlin: companion object u.. 더보기
9/29 read post 1. 출처 : Understanding Google Play Billing Library v5.0- Android 제목 : Understanding Google Play Billing Library v5.0- Android 요약 : Google Play Billing Library 5.0 에 대해서 설명합니다. subscription, base plan, offer 들로 이어지는 구조와 기능에 대해서 설명합니다. 구독 트리의 구조는 기본적으로 월간 플랜과 연간 플랜으로 이루어져 있고 월간 플랜에서 연간 플랜으로 마이그레이션 하는 방법을 설명합니다. 2. 출처 : Android: Epoxy vs. Standard RecyclerView with Multiple View Types 제목 : Android: .. 더보기

728x90
반응형