CI/CD for Android: A Comprehensive GuideContinuous Integration and Continuous Delivery (CI/CD) has become essential in Android development, helping developers automate building…Nov 12Nov 12
Room Database in Jetpack Compose: A Step-by-Step Guide for Android DevelopmentRoom Database is part of Android’s Architecture Components and serves as an abstraction layer over SQLite. It simplifies data management by…Oct 31Oct 31
ESLint and Prettier configuration for React-Native and ExpoSetting up ESLint and Prettier in your React Native or Expo project is essential for maintaining consistent code quality and style. ESLint…Oct 20Oct 20
Enhanced Logging in ktor server with CallLogging FeatureWhen building web applications, especially APIs, it’s crucial to have robust logging to monitor requests, performance, and errors. Ktor…Oct 11Oct 11
RTK Query example code in react nativeRTK Query is one of the best ways to handle data fetching efficiently, a data-fetching and caching tool that comes with the Redux Toolkit…Sep 28Sep 28
Ktor Client in Kotlin MultiplatformKotlin Multiplatform (KMP) allows you to write code that can be shared across multiple platforms, including Android, iOS, desktop and the…Jul 28Jul 28
Country search list with a flag in jetpack composeA country search list is a common use case for Android app development. we can develop a country search list with a flag using Android SDK…Nov 26, 2023Nov 26, 2023
Expandable Text in Jetpack ComposeExpandable text is a user-friendly feature that allows readers to access additional information without cluttering the screen. It’s…Oct 1, 2023Oct 1, 2023
Exit alert in the compose appAlert dialog in the compose app is a little different from what we used to in our XML code in the Android ecosystem. So let's see how it…Sep 9, 2023Sep 9, 2023
Compose Multiplatform Movie AppWhat is compose multiplatform: Compose Multiplatform is a declarative framework for sharing UIs across multiple platforms with Kotlin. It…May 27, 2023May 27, 2023