rysasahrial
July 01, 2025
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…
June 30, 2025
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…
June 30, 2025
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…
June 30, 2025
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…
June 30, 2025
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…
June 30, 2025
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…
June 30, 2025
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…
June 30, 2025
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…