[Part 3] How to Integrate Kotlin Multiplatform (KMP) into Your iOS ProjectKotlin Multiplatform(KMP) allows you to share code between Android and iOS applications, making development faster and more efficient.May 231May 231
[Part 1] All about Kotlin MultiplatformKotlin Multiplatform (KMP) allows developers to share code across multiple platforms, including Android, iOS, web, and desktop. By using…May 23May 23
[Part 2] Seamlessly Integrate Kotlin Multiplatform(KMP) into Your Android ProjectKotlin Multiplatform(KMP) allows you to share code between Android and iOS applications, making development faster and more efficient.May 193May 193
Published inGetirA Comprehensive Guide to Adding Walkthroughs in Jetpack Compose AppsWalkthroughs or spotlights are essential in many mobile applications to guide users through the app’s features. Integrating spotlights into…Feb 19Feb 19
Published inGetirTest-Driven Development (TDD): A Step-by-Step GuideTest-Driven Development (TDD) is a software development methodology that emphasizes writing tests before writing the actual code. The main…Aug 22, 2023Aug 22, 2023
Published inGetirFrom XML to Jetpack Compose: Migrating a MVVM Android ProjectOur project was an MVVM Android application with multiple modules containing a fragment, a ViewModel, a domain layer, and a repository…Apr 28, 2023Apr 28, 2023
Managing state in Jetpack Compose: remember vs derivedStateOf vs savableStateIn Jetpack Compose, there are several ways to manage state, including the remember, derivedStateOf, and savableState functions. Here's a…Apr 27, 2023Apr 27, 2023
Redux for Android Development: Simplify Your App’s State ManagementRedux is a state management library that is commonly used in web applications, but it can also be used in Android applications to manage…Feb 15, 2023Feb 15, 2023
Implementing MVI with Reducers in Android: A Step-by-Step TutorialIf you are naive to MVI then first please check this blog.Feb 15, 2023Feb 15, 2023
Published inGetirMVI in AndroidMVI stands for Model-View-Intent, and it is an architectural pattern used in Android app development. In this pattern, the user interface…Feb 15, 20233Feb 15, 20233