#kotlin
Read more stories on Hashnode
Articles with this tag
A Beginner's Guide to Android Content Providers in Kotlin · If you've ever wondered how Android apps share data or how they manage to access and...
Mastering Binary Search in Kotlin: A Beginner-Friendly Guide. · Ever wondered how Google finds your search results so quickly? Or perhaps you've been in...
Protecting, Shrinking, Best Practices and Practical Examples · Android app development is an exciting endeavor that involves crafting user-friendly...
Where to hold the UI State (Compose) in Android and Why? · Introduction In Android, the recommended practice is to hold a UI-related state (Compose UI...
Beginner's Guide to Versioning Software with Android (Kotlin ) as an example. · Introduction Versioning software is a critical practice that allows...
Demystifying Kotlin's Scoped Functions: let, run, with, also, apply · Kotlin, a modern programming language is well known due to its simplicity,...