Model-View-Intent (MVI) is one of the latest design patterns for Android, which relies heavily on reactive and functional programming.
[Read More]Design Patterns in Kotlin: Behavioral Patterns
Gang of Four’s Behavioral Patterns describe the way of communications between objects.
[Read More]Design Patterns in Kotlin: Structural Patterns
Gang of Four’s Structural Patterns describe the way of composing classes and objects to form larger structures.
[Read More]Design Patterns in Kotlin: Creational Patterns
Gang of Four’s Creational Patterns describe the way of creating and initializing objects.
[Read More]