ended3월 20일· 1 sources
Understanding App Architecture - Why It Matters
앱 아키텍처 이해하기 - 왜 중요한가
Why it matters
The article describes a student's progression from writing Android code that merely works to understanding the importance of app architecture. Using a BMI Calculator app as an example, the author illustrates how cramming all logic into a single Activity leads to tightly coupled, hard-to-maintain code, and advocates for MVVM architecture to separate concerns.
1
Sources
+0
24h
—
Growth
174d
Active
AndroidMVVMApp ArchitectureBMI CalculatorMainActivity