Building Offline-Capable Android Apps with Kotlin and Jetpack Compose
How to build an offline-capable Android app using Kotlin and Jetpack Compose
Whats new in store for developers with Swift 6.
Four top highlights in Swift 6 are Swift Concurrency Isolation, Counter and Filter, Typed Throws, and Internal Imports in Modules.
Gemini Nano for Android: An offline AI model
Gemini Nano helps Android developers to deliver rich AI experiences without requiring a network connection or moving data off-device.
Updates for iOS Developers in the EU: Introducing Web Distribution
About the impact of Digital Markets Act on iOS App distribution in EU.
Gradle Flavors: Building multiple Android App variants with single codebase
A quick read on using Gradle flavors to build variants of the same Android app from single codebase.
Data Structures in Kotlin
This article describes common data structures available in Kotlin, along with their use cases and implementation examples.
Integrating url_launcher in Flutter Apps
A quick guide on how to integrate and use url_launcher plugin in Flutter Apps to handle opening of external websites and other apps.
Managing user experience when bugs and performance issues happen in Android app.
How to manage user experience (UX) when performance issues and bugs happen in Android app.
Integrating Coil in Kotlin based Android Apps
A quick starter on how to use Coil in Kotlin based Android apps to work with images.
Using SwiftyGif to simplify GIF Handling in iOS
Explains the advantages of using SwiftyGif and how to integrate it in Swift iOS apps.
Guide on Optimizing Flutter App using Dart Analyzer
A guide on how to use dart analyzer and lint rules for doing static code analysis in Flutter projects.
LiveData: An Observable Data Holder for Android Apps
How to use LiveData for building data driven UI in Android apps.
A checklist for creating documentation for an iOS Framework
A checklist on things to be taken care of while creating documentation for iOS Frameworks.
Logging in Flutter
Different logging options available in Flutter, their advantages and disadvantages for each.
Developing Android Apps for Foldable Devices
Key considerations and techniques for developing Android apps optimized for foldable devices.
Push Notifications in iOS Swift Apps with Firebase Cloud Messaging (FCM)
Why you should use Firebase Cloud Messaging (FCM), how to integrate it into your Swift iOS app, and when it's most beneficial.
Finotes v8.0.1 is now public
New in this release: 1. Tracks of Jetpack Compose elements. 2. Tracks App Startup delays. 3. Improved memory leak detection in Flutter.
A beginners Guide to Integrating Sqflite in Flutter Projects
Sqflite is a plugin to perform database operations and managing local data storage in Flutter.