Kotlin
July 06, 2025
Unit Testing in Kotlin Using JUnit Framework
Unit testing is an essential part of modern software development, especially when working with Kotlin in Android or backend projects.…
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
Creating Custom Animations in Jetpack Compose
Jetpack Compose has redefined Android UI development by enabling developers to build rich, reactive interfaces with a declarative approach. One…
July 04, 2025
Simple Open Source Drawing App for Android
Fossify Paint is a lightweight, open-source drawing application built for Android users who want a simple yet effective tool to…
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
OpenNoteScanner: Android scanner with OpenCV source code
OpenNoteScanner is a powerful Android scanner app that uses OpenCV for edge detection and perspective correction to digitize handwritten notes…
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…