Contained in: Kotlin Multiplatform by Tutorials
design patterns
Android & Kotlin
Chapter in Kotlin Multiplatform by Tutorials
App Architecture
May 7 2025 · Chapter
…issue. Although the term software architecture is relatively new in the industry, software engineers have applied the fundamental principles since the mid-1980s. Design Patterns The broad heading of software architecture consists of numerous subtopics. One of these is architectural styles — otherwise known as software design patterns. This topic…
Android & Kotlin
Chapter in Kotlin Multiplatform by Tutorials
Connecting to Platform-Specific API
May 7 2025 · Chapter
…open the About Device page in a new window to be more in line with desktop conventions. Except for a few nuances in the design for the About page, like showing each data item in a Row instead of a Column, the code is the same. It’s there…