Kotlin
July 06, 2025
Bottom Navigation Bar in Kotlin Android Studio
Creating a bottom navigation bar in Android using Kotlin is an essential part of designing a user-friendly mobile application. This…
July 06, 2025
Kotlin kapt Not Generating Code? Here’s the Fix
If you’re building an Android app using Kotlin and annotation processors such as Dagger, Hilt, Room, or Moshi, chances are…
July 05, 2025
Exploring Kotlin Symbol Processing (KSP)
Kotlin Symbol Processing (KSP) is an innovative tool developed by Google and JetBrains that enables developers to write lightweight compiler…
July 05, 2025
Loop Habit Tracker: Open‑Source Java/Kotlin Habit App
Loop Habit Tracker (formerly known as uhabits) is an open-source habit‑tracking Android app written in Java and Kotlin. Designed to…
July 04, 2025
Top Mobile Development Skills to Learn in 2025
As mobile applications continue to dominate the digital landscape, the demand for skilled mobile developers continues to grow rapidly. In…
July 04, 2025
Making Dark Mode Compatible Apps with Kotlin
Dark mode has become a standard feature in modern mobile applications. Not only does it improve user experience in low-light…
July 04, 2025
Material Files: Android Open-Source File Manager
Material Files is a powerful and elegant open-source file manager for Android, built with Jetpack Compose and following the Material…
July 03, 2025
Using OkHttp in Kotlin for HTTP Networking
If you’re building Android applications in Kotlin, networking is a fundamental part of most apps whether you’re fetching data from…