Articles in this series
Guide to Android app modularization · 안드로이드 관련 기술을 학습하던 중 멀티 모듈 앱 이라는 키워드를 알게 되었다. 이번 포스팅에서는 안드로이드 필드에서 멀티 모듈이 무엇을 말하는지와 왜 필요한 것인지 알아보겠다. 멀티 모듈...
JavascriptInterface의 내부 구현 방식 이해하기 · 안드로이드 애플리케이션에서 WebView를 통해 JavaScript와 Java 간의 상호작용을 구현하는 것은 매우 중요합니다. 특히, JavascriptInterface 애너테이션과...
This guide encompasses best practices and recommended architecture for building robust, high-quality apps. Mobile app user experiences A typical...
The UI layer guide discusses unidirectional data flow (UDF) as a means of producing and managing the UI State for the UI layer. UI layer guide 에서 단방향...
Part of Android Jetpack · LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the...
#Applying Icons · Icon & Material Symbol styles Material Symbols are the new default, and are available in three styles: outlined rounded sharp The...