How to add Google AdMob in the Android App | Android Beginner’s Guide
AdMob is a multi platform mobile ad network that allows you to monetize your android app. By integrating AdMob you can start earning right away. It is
Upload Android App to Google Play Store | Android Beginner’s Guide
This post is for all those budding Android Developers whether or not he/she is fresher or experienced has to perform this one really obvious thing to reach
How to add image (drawable / svg) in Android Studio | Android Beginner’s Guide
In this post, we are learning methods to upload images in Android Studio of different versions. Images in android can be upload in various formats like png,
Change android project name and bundle package name | Android Beginner’s Guide
Let’s learn how to change the name and app bundle ID of your existing project to make it into a new project. Change the Project Name Step
Steps to install and setup Android Studio | Android Beginner’s Guide
Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA. Below mentioned are the steps to install and setup Android Studio
How to add Google AdMob in the iOS App | Beginner’s iOS Guide 2020
Step 1 : Before embedding Google Banner Admob in App, we need to register our app for AdMob Service. Click here to Sign Up for Google AdMob.
Uploading iOS app to App Store | Beginner’s iOS Guide 2021
This is the most necessary step to make your app publicly available. To be able to submit the app to the App Store, you need to register
How to change project name iOS Xcode | Beginner’s iOS Guide 2021
Unfortunately, the process of refactoring can get a bit complicated in Xcode 11 especially if you are using Cocoapods, additional libraries, or have several subfolders and schemas.
How to add an image to the assets folder in Xcode | Beginner’s iOS Guide 2021
Whenever you create a project in Xcode, the assets folder is created by default. We can store images in this assets folder, to do so follow the