Step-by-Step Guide to Publish a React Native SDKEver wanted to build your own React Native UI components and share them with the world? Here’s how you can do it.Dec 20, 2024Dec 20, 2024
[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 23, 20241May 23, 20241
[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 23, 2024May 23, 2024
[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 19, 20243May 19, 20243
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 19, 2024Feb 19, 2024
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