free geoip

Kotlin

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…

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…
3 Min Read

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…
1 Min Read

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…
3 Min Read

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…
1 Min Read

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…
1 Min Read

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…
1 Min Read

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…