Tag: android
All the articles with the tag "android".
Mock Data Strategies for Faster Android App Development
Updated: at 04:36 PMWhen developing Android applications that interact with backend services, developers often face challenges such as backend unavailability or incomplete APIs. Utilizing mock data and mock servers can significantly boost the development process.
Enhancing Performance with Indexing in SQLite
Updated: at 07:53 AMIn this article, we will explore how indexing works in SQLite, differentiate the performance when applying indexing, and experiment with scenarios where it may break the utilization of the index.
Build iOS apps using Kotlin Multiplatform
Published: at 02:15 AMIn this topic, we will use SwiftUI and Kotlin to create a simple iOS application to demonstrate the power of KMM. It is a location-based weather app that can display the current weather conditions in the city.