Android
29 Posts
Android 권한 (Permission) 완벽 가이드
Android 권한 시스템을 이해하고 올바르게 구현하는 방법을 알아봅니다. 런타임 권한, 권한 그룹, 베스트 프랙티스를 다룹니다.
Android 화면 크기와 리소스 관리
Android 다양한 화면 크기 지원 방법을 알아봅니다. 밀도별 리소스, dimens, 반응형 레이아웃 등을 다룹니다.
Android UI 스타일링과 테마 가이드
Android 앱의 스타일과 테마 적용 방법을 알아봅니다. Material Design, 커스텀 스타일, Shape, Ripple 효과 등을 다룹니다.
Android 의존성 주입 (DI) 가이드
Android에서 의존성 주입을 구현하는 방법을 알아봅니다. Dagger2, Hilt, Koin 등을 비교하고 사용법을 다룹니다.
Android 네트워킹과 Retrofit 가이드
Android에서 네트워크 통신을 처리하는 방법을 알아봅니다. Retrofit, OkHttp 설정, 인터셉터 등을 다룹니다.
Android Firebase 통합 가이드
Android 앱에서 Firebase를 활용하는 방법을 알아봅니다. FCM 푸시, Analytics, Dynamic Links 등을 다룹니다.
Android 백그라운드 작업 가이드
Android에서 백그라운드 작업을 처리하는 방법을 알아봅니다. Service, JobScheduler, WorkManager, AlarmManager 등을 다룹니다.
Android 보안 베스트 프랙티스
Android 앱 보안을 강화하는 방법을 알아봅니다. SSL Pinning, 앱 무결성 검증, 난독화 등 보안 기법을 다룹니다.
Android 앱 최적화 가이드
Android 앱의 성능, 메모리, APK 크기 최적화 방법을 알아봅니다. 메모리 누수 방지, ProGuard 설정, 빌드 최적화 등을 다룹니다.
Android UI 위젯 완벽 가이드
Android의 다양한 UI 위젯들의 사용법을 알아봅니다. RecyclerView, ConstraintLayout, CoordinatorLayout, AppBar 등을 다룹니다.
Android Jetpack Architecture Components 가이드
Android Jetpack Architecture Components인 ViewModel, LiveData, Room, Lifecycle 등의 사용법과 베스트 프랙티스를 알아봅니다.
Android Gradle 설정 완벽 가이드
Android Gradle 빌드 시스템의 핵심 설정들을 알아봅니다. Flavor, BuildTypes, 커스텀 플러그인, 빌드 최적화 등을 다룹니다.
Android Data Binding 완벽 가이드
Android Data Binding의 기본 사용법부터 고급 기능까지 상세히 알아봅니다. BindingAdapter, Observable, ViewStub 등 다양한 활용법을 다룹니다.
RxJava Observers and Subjects - Understanding Data Flow
RxJava의 Observer, Subject, Disposable, Subscriber에 대해 알아봅니다.
RxJava Fundamentals - Reactive Programming on Android
RxJava의 기본 개념과 안드로이드에서의 활용법을 알아봅니다.
RxJava Concurrency and Flowable - Threading and Backpressure
RxJava의 스레딩과 Flowable을 사용한 Backpressure 처리를 알아봅니다.
RxJava Android Integration - Retrofit, RxBinding, and Testing
RxJava를 Android에서 실제로 활용하는 방법을 알아봅니다.
Realm Database for Android - Setup and Usage Guide
Android에서 Realm 데이터베이스를 설정하고 사용하는 방법을 알아봅니다.
ProGuard Android Guide - Code Shrinking and Obfuscation
Android ProGuard 설정과 문제 해결 방법을 알아봅니다.
Android YouTube Auto Skip - Automatically Skip Ads using Accessibility Service
Open source Android app that automatically skips YouTube ads using Accessibility Service. Learn how it works and how ...
Simple Android Architecture : Testing efficiently with Android X
This is one of series of Simple Android Architecture. and you can check sample code there.
Simple Android Architecture : MVVM concept and reduce boilerplate code on Activity/Fragment/ViewModel
This is one of series of Simple Android Architecture. and you can check sample code there.
use Android RecyclerView with 2 lines
This is one of series of Simple Android Architecture. and you can check sample code there.
Simple Android Architecture : LiveData and event
This is one of series of Simple Android Architecture. and you can check sample code there.
[Android] How to make Proguard keep Kotlin data class
Whenever call the api, request body and response body should not be obfuscated by Proguard.
Android Coroutine API Call and Error Handling in Retrofit2
Compare 5 approaches for Android API calls: Threading, Callback, Chaining, RxJava, and Coroutine. Learn why Kotlin Co...