Delegates in Kotlin pt.1 - Property Delegates
Delegates in Kotlin serve as a powerful feature for implementing the Delegate Pattern, which falls...
2024, Mar 10 — 6 minute readDelegates in Kotlin serve as a powerful feature for implementing the Delegate Pattern, which falls...
2024, Mar 10 — 6 minute readUI state encompasses the current configuration and behavior of an application’s visible components. This includes...
2024, Jan 23 — 3 minute readWhen configuring large projects with multiple modules, it’s common to encounter a significant amount of...
2023, Dec 27 — 4 minute readThe RecyclerView is a powerful tool for efficiently displaying data lists in Android applications. It...
2023, Dec 27 — 6 minute readIn Kotlin modular projects, efficient dependency management is crucial for smooth and organized development. This...
2023, Dec 17 — 2 minute read