Deperecated/Android_Weekly 5

<2020.04.17> Android_Weekly #408

1.Merge adapters sequentially with MergeAdapter 단일 RecycleView에 MergeAdapter을 이용해 여러개의 Adapter을 순차적으로 추가함으로써 특정 부분에 대한 로직을 캡슐화 할 수 있다. 예제코드를 살펴보자~! https://medium.com/androiddevelopers/merge-adapters-sequentially-with-mergeadapter-294d2942127a Merge adapters sequentially with MergeAdapter Use case example: displaying a list header and footer medium.com https://developer.android.com/reference/and..

<2020.04.17> Android_Weekly #408

1. Layout Inspector 레이아웃 디버깅을 도와주는 툴인 Layout Inspector에 대한 내용 https://medium.com/androiddevelopers/layout-inspector-1f8d446d048 불러오는 중입니다... https://developer.android.com/studio/debug/layout-inspector Layout Inspector로 레이아웃 디버깅 | Android 개발자 | Android Developers Android 스튜디오의 Layout Inspector를 사용하면 앱 레이아웃을 디자인 모형과 비교하고, 앱의 확대 뷰를 표시하고, 런타임에 앱 레이아웃의 세부정보를 검토할 수 있습니다. developer.android.com 2. Fixin..

<20.04.14> Android_Weekly #408

1. Android Multi-Module & Dagger https://proandroiddev.com/android-multi-module-dagger-a-real-use-case-step-by-step-bbc03500f2f9 Android Multi-Module & Dagger: a real use case, step by step Start with a new project and arrive to a full Dagger multi-module integration. Step by Step excercise, with a real use case. proandroiddev.com 프로젝트에 다른 모듈 Dependency를 integrate하기 위해 Dagger을 어떻게 써야하는지 알려주는 기사 ..

<2020.04.06> Android_Weekly #408

안드로이드 위클리를 읽고 새로 알게된 개념에 대해 간단히 써놓는 카테고리 1. App Standby Buckets https://medium.com/mindorks/app-standby-buckets-in-android-ada2d2929350 App Standby Buckets In Android Google has been continuously making changes in every version of Android for better user experience. Battery(power) optimisation is among… medium.com 안드로이드 파이(Version 9 API LEVEL 28)에 소개된 Adaptive Battery를 위한 기능. 앱을 4가지 버킷으로 나눠서 관리한..