Why Choose Zustand Over Redux?When it comes to managing state in React applications, Redux has long been the go-to solution for developers. Its predictable state…Apr 30Apr 30
Writing custom expo plugin to integrate a third party library.I was working on a react native Expo project in last months and I had the opportunity to learn how to write a expo plugin while the…Feb 4A response icon1Feb 4A response icon1
Creating GraphQL APIs with Strapi(Headless CMS) as backendIf you want to create some REST APIs quickly without much coding knowledge you can use a Headless CMS tool.Here the word hedless gives the…Jun 23, 2023Jun 23, 2023
Integrating Apple HealthKit — SwiftApple comes with nice app on iphones called Health which collects health and fitness data from your iPhone, the built-in sensors on your…Jan 1, 2023A response icon1Jan 1, 2023A response icon1
Integrating Stripe sdk with React Native - part III -RefundingThis is the part III of article series on integrating Stripe sdk with React Native.Before reading this article I kindly invite you to read…Sep 27, 2022Sep 27, 2022
Integrating Stripe sdk with React Native - part II - Multiparty paymentsAs I discussed integrating stripe sdk with react native in one of my previous articles, this time I decided to write on how to do…Sep 22, 2022A response icon1Sep 22, 2022A response icon1
Integrating Stripe sdk with React Native - part I - Accept a paymentSince Stripe is a popular and trusted payment gateway across the world and since it is used among most mobile applications which process…Aug 25, 2022Aug 25, 2022
Handling REST API calls with Flutter provider — Example CodeIn this article I am going to take you through the steps on how to handle a simple GET request using flutter http library and provider…May 13, 2022A response icon2May 13, 2022A response icon2
How to Implement Android Bottom Navigation with Navigation ComponentAndriod Navigation Component which comes with android Jetpack, simplifies implementing navigation, while also helping you visualize your…Apr 10, 2022A response icon1Apr 10, 2022A response icon1
Android MVI (Model-View-Intent) Architecture — Example codeAs developers you may have heared about the terms like MVC,MVP and MVVM which are frequently discussed architectural patterns in android…Jan 22, 2022A response icon1Jan 22, 2022A response icon1