February 2023
Kotlin Delegated Properties
What are delegated properties? What are their benefits? How do we use them?
Android Memory Leaks
What is memory leak? What causes it? How to avoid it?
Kotlin Coroutines (3/3)
Our final article in our series. More Coroutines components.
Kotlin Coroutines (2/3)
Continue our Coroutines talk. Let's discuss Coroutines Context.
Kotlin Coroutines (1/3)
What is Coroutines? How do we use it? and What are its main components?
Dependency Injection-quick overview
What are DI benefits?, What is the difference between (DI) and Service Locator? and when n...
Architecture Patterns (MVC-MVP-MVVM)
With Android/Kotlin sample code.
HashMap Operations Complexity O(N)
What is HashMap complexity [Big O] for operations like read or write?
Kotlin Scope Functions
What are the "Scope Functions"? What are the difference between them?
Design Patterns - [3] Behavioral
Continue our software design patterns overview and a closer look at the Behavioral pattern...
Design Patterns - [2] Structural
Continue our software design patterns overview and a closer look at the Structural pattern
Design Patterns - [1] Creational
Overview on software design patterns and a closer look at the Creational pattern