Retrofit Network OptimizationIn Android, we typically use Retrofit with OkHttp for network calls. OkHttp runs on TCP (Transmission Control Protocol) and supports HTTP/2…20h ago20h ago
Improve Android App Performance: Retrofit Network OptimizationIn modern Android development, efficient network communication is crucial for a seamless user experience. While Retrofit is the go-to…2d ago2d ago
🚀 Evolution of HTTP and Its Impact on Mobile AppsAs mobile applications rely heavily on network requests, faster, more efficient communication protocols directly impact performance…3d ago3d ago
How HTTP/3 Eliminates Head-of-Line (HOL) BlockingTo understand how HTTP/3 eliminates head-of-line blocking, let’s break it down step by step.4d ago4d ago
How HTTP/2 Fixes HTTP/1.1 Pipelining IssuesHTTP/1.1 introduced pipelining to send multiple requests without waiting for responses, but it suffered from Head-of-Line (HOL) blocking…5d ago5d ago
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
A 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
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
MVI vs REDUX Architecture in Android App DevelopmentMVI (Model-View-Intent) and Redux are both popular state management architectures for Android app development. To know what is MVI and how…Feb 13, 2023Feb 13, 2023
Converting XML UI to Jetpack ComposeBefore discussing screen migration, let’s compare the components used in the XML-based views and Jetpack Compose.Feb 6, 2023Feb 6, 2023