Using Context API with React Query (Tanstack Query) — React NativeHandling REST API calls is a very common thing in web and mobile applications which uses server — client architecture. State management is…Mar 91Mar 91
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, 20231Jan 1, 20231
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, 20221Sep 22, 20221
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, 20222May 13, 20222
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, 20221Apr 10, 20221
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, 20221Jan 22, 20221
Android database operations with Room and RxAndroid — Easy threadingToday’s topic’s main objective is to implement a db connection with a local database using Room and RxAndroid libraries in Android and try…Aug 5, 2021Aug 5, 2021