free geoip

rysasahrial

2 Min Read

FreeDictionaryApp – Open‑Source Android Dictionary

FreeDictionaryApp is a versatile Android open-source dictionary built with Kotlin and Jetpack Compose, leveraging the FreeDictionary API to deliver fast, reliable…
2 Min Read

Enhanced Calling Experience with Amadz

Amadz is a powerful and customizable open‑source Android calling application that takes your call management to the next level. As…
2 Min Read

ConnectYou – Privacy‑Focused Contacts & SMS Android App

ConnectYou is a feature-rich, privacy-first Android app built using Kotlin and Jetpack Compose, providing users with a seamless Material Design…
2 Min Read

Integrating CoreData in Swift iOS Projects

CoreData is Apple’s powerful framework for managing object graphs and persistent data storage in iOS applications. Integrating CoreData in Swift…
1 Min Read

Using Room Database with Kotlin in Android Studio

When building Android applications that require local data storage, using Room Database with Kotlin is one of the most recommended…
3 Min Read

Build REST APIs in Flutter with Dio Package

When it comes to building modern mobile applications, communicating with a REST API is essential. Flutter, Google’s UI toolkit for…
1 Min Read

SwiftUI vs UIKit: Key Differences Explained

When building iOS apps, developers have two main options for constructing user interfaces: SwiftUI and UIKit. Although both are developed…
1 Min Read

Using Sealed Classes in Kotlin Effectively

Kotlin’s sealed classes offer a powerful way to enforce code safety and clarity, especially when handling restricted class hierarchies. If…