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…
July 03, 2025
Making Secure Network Requests in Swift
When building iOS apps that interact with the internet, securing your network requests is crucial to ensure the safety and…
July 03, 2025
Implementing WebSocket in Flutter Apps
Real-time communication is a crucial component of modern mobile apps, especially in chat applications, multiplayer games, live notifications, or collaborative…
July 03, 2025
Handling Pagination in API Requests – Kotlin & Dart
When developing mobile or web applications that consume APIs, handling large datasets efficiently is crucial. One of the most common…
July 03, 2025
Uploading Files to Firebase Storage in Flutter
Uploading files to Firebase Storage in Flutter is a common task for developers building mobile apps that involve media or…
July 03, 2025
Building GraphQL Clients in Swift Easily
Building GraphQL clients in Swift has become increasingly popular, especially among iOS developers aiming to create efficient and scalable applications.…