How To Implement Banner ads in your android app
Banner ads implementation in android app - Step 1 - Go to Manifest file add internet permission <uses-permission …
Banner ads implementation in android app - Step 1 - Go to Manifest file add internet permission <uses-permission …
Step 1- In MainActivity.java file override an method onBackPressed() Write this code in this method @Override public void…
Simple Splash Screen in Android studio with code in java - Step 1 - design your splash_activity.xml file <? xml version…
Recycler View custom beautiful layout xml code for android studio - layout_item.xml code - <? xml version ="1.0&q…
How to upload and retrieve Pdf Files in Firebase Storage in Android Studio ? Step 1 - Create a new Project and add permissi…
How To get data from API in android studio tutorials - API implementation steps : Step 1 - Create Android Projects in Androi…
How To make a YouTube Video Player app in Android Studio -Sample Step 1 - Go to GitHub library github Link and copy dep…
Simple Loading Dialog in Android Studio - Step 1 -Create Progress dialog before onCreate Method ProgressDialog dialog ; St…
Sign In and sign up with email and password in Android Studio with firebase -- for sign up Step 1 - in manifest file ad…