How to Show Admob Interstitial Ads After 3 Times Clicks
In this tutorial, we will discuss how to do an Admob type Interstitial ad / full screen mobile ad that appears after 3 clicks. Displaying too many ads in an application is of course...
In this tutorial, we will discuss how to do an Admob type Interstitial ad / full screen mobile ad that appears after 3 clicks. Displaying too many ads in an application is of course...
Hello friends, back to the react native tutorial, sometimes we want to add a file or image upload function to our application, here is the source code for uploading files/images using form data in...
Hello friends, back to the react native tutorial, this time we will discuss redux using redux-toolkit, redux toolkit is simpler than regular redux. Redux is a library for handling state management in React Native,...
At my office a student intern arrived, and I was assigned to teach the student about mobile applications using React. In training due to lack of preparation, I had to look for sample code...
Here are the basic commands or cheat sheets for Firestore on Firebase for React Native, these are made to make it easier as a reference for coding and teaching training. 1. Add firebase library...
Starting from a love letter from Google on Saturday, August 14, 2021, with details below, requires my attention to this issue. Based on this letter, my developer account will be closed because it has...
Hello friends, this time we will discuss about the theory of the React javascript library programming language. React is a javascript library developed by Facebook, which was renamed Meta in 2013. There are 2...
Hello friends, back to our programming tutorial this time. For friends who are new to React native, it’s a good idea to read the article Get to know React, React Native, Bare React Native,...