Native Coding
Update The Way We Learn
Learn native ways to create android apps using android studio. Follow us at YouTube and press the bell icon to get notified about each new lesson uploaded related to android development everyday.

Latest Android Studio tutorials
Follow me on YouTube to get notified about all the latest tutorials and more!
Create a Custom Loading Progress Bar In Android Studio
In this tutorial, we will create a custom progress bar in android studio. We will use a regular progress bar but will add a custom background. If you want to watch any of the videos that are created before then click here.Watch Youtube tutorial Create a...
Store Data in Firebase database in an Android Studio # 15
In this tutorial, we are going to store the user's data we get in signup activities inside the firebase realtime database. In the previous activity, we performed phone number verification using firebase and now we will store data once the phone number has been...
Firebase phone authentication in android studio 2020 – Part 14
In this tutorial, we will create firebase OTP authentication in android studio. We will pass data from previous activities which are signup OR forget password. In our previous tutorial we set up firebase in the android studio so, if you are new here then please watch...
Complete Form Validation in the android studio – Part 12
In this tutorial, we will create or perform form validation in android studio at multiple fields. We will validate username, email, password, phone number, date of birth(age) and also gender validation. We will use Material design fields we already created in login...
Complete Forget Password Screens – UI/UX Design in Android – Part 11
In this tutorial, we will create material design multiple screens for forget password in android studio. We will use slide animations and apply them when new screen appears. Screens we will create are Forget Password Screen to get the phone number instead of email,...
City Guide App
A complete android app with step by step guide using video tutorials.
Create a Custom Loading Progress Bar In Android Studio
In this tutorial, we will create a custom progress bar in android studio. We will use a regular progress bar but will add a custom background. If you want to watch any of the videos that are created before then click here.Watch Youtube tutorial Create a...
Store Data in Firebase database in an Android Studio # 15
In this tutorial, we are going to store the user's data we get in signup activities inside the firebase realtime database. In the previous activity, we performed phone number verification using firebase and now we will store data once the phone number has been...
Firebase phone authentication in android studio 2020 – Part 14
In this tutorial, we will create firebase OTP authentication in android studio. We will pass data from previous activities which are signup OR forget password. In our previous tutorial we set up firebase in the android studio so, if you are new here then please watch...
Complete Form Validation in the android studio – Part 12
In this tutorial, we will create or perform form validation in android studio at multiple fields. We will validate username, email, password, phone number, date of birth(age) and also gender validation. We will use Material design fields we already created in login...
Complete Forget Password Screens – UI/UX Design in Android – Part 11
In this tutorial, we will create material design multiple screens for forget password in android studio. We will use slide animations and apply them when new screen appears. Screens we will create are Forget Password Screen to get the phone number instead of email,...
Phone Number Verification – OTP pin View in Android studio – Part 10
In this tutorial, we will create material design OTP screen or PIN view in android studio. In the OTP screen user will have to enter the one time password and we will validate that password using firebase. If you are following the series (City Guide App) then you may...
Material Design Signup Screen in Android Studio – Part 9
In this tutorial we will create a modern Signup screen in android studio using Material design libraries we added in login tutorial. In this tutorial we will create multiple fields in android like Material design editText, TextInputLayout, Date Picker, Radio Buttons,...
Bottom Navigation Bar in Android Studio – City Guide – Part 20
After creating professional login-signup screens with forget password, sessions (Shared preferences) and firebase series. From now onwards, after successful login sigup we will allow the user to enter in their dashboard of City Guide App we are creating which is...
Material Design Login Screen in Android – City Guide Part 8
In today's tutorial, we are going to create a Login Design in Android Studio - City Guide app. We will also learn how to add shared animations in android and how to use Material library 1.1.0 to design fields.Before Getting Started So, before going to start coding, we...
Login Signup Welcome Screen in Android – City Guide Part 7
From now onwards, we will start another module of City Guide App we are creating which is Retailer Module. In today's tutorial, we will create a first retailer startup screen in which we will allow the user to either login or signup by adding some animations. Before...
Bull’s Rent
Watch all the bull’s rent videos on YouTube Playlist!
Retrieve data from Firebase Realtime Database in Android – 2020
This tutorial is about to retrieve data from Firebase Realtime Database in Android Studio. Also, you will learn about how to validate username and password fields using regex in the android studio. This is the 2nd part of our android studio firebase tutorial. In the...
Registration Form Validation in Android Studio
Registration form in Android with validationmaterial design Signup screenFirstly, make material design signup screen for user registration form with validation.We will validate full name, username, email, phoneno, password.Then we have to assign id's to all the...
Material Design Signup Screen tutorial using Shared Animations – Design in 2020
Signup form in android is a screen that everyone wants to make in their android studio application. Design the screen in android studio is not much difficult but to make it more creative and responsive, you will need a lot more experience. But we will help you to make...
Material Design Login Screen tutorial using Shared Animations – Design in 2020
This is the second article of our android studio tutorial about traveling android application. In this article we are going to create a Login Screen android example using material components and use shared animation between login screen and splash screen in android...
Android Splash Screen With Animations in Android Studio | Material Design – 2020
In this tutorial, we are going to create a splash screen android tutorial with animations in android studio. In short, this is the first tutorial of our complete application in which we will be creating a traveling android app with source code.We will also create...
Firebase Tutorials
Learn firebase and use cloud for your app’s database
Firebase phone authentication in android studio 2020 – Part 14
In this tutorial, we will create firebase OTP authentication in android studio. We will pass data from previous activities which are signup OR forget password. In our previous tutorial we set up firebase in the android studio so, if you are new here then please watch...
Firebase Update Data in Android – 2020
In this tutorial, we are going to update the data of firebase in the android studio. Previously, we have designed our profile screen and then store values in the firebase. Subsequently, we retrieve data from the firebase. Now we have to update that stored data. The...
Firebase login with Google – Google authentication
In today's world almost, everyone wants to save their time from inputting their details over and over. So, instead of providing credentials from start people love to go with other options like using Google signIn, Facebook SignIn etc. That's why today we are going to...
Firebase phone authentication android tutorial – 2020
In this tutorial, we will be using firebase phone authentication in android to authenticate our users and let them Sign-up or Log-in to our app. Previously, we have created our design for the sign-up and will use the same design for this tutorial. After validation...
Retrieve data from Firebase Realtime Database in Android – 2020
This tutorial is about to retrieve data from Firebase Realtime Database in Android Studio. Also, you will learn about how to validate username and password fields using regex in the android studio. This is the 2nd part of our android studio firebase tutorial. In the...
How to add – insert values to Firebase android studio tutotrial in 2020
In this firebase android tutorial you will learn how to connect android with firebase database and get/retrieve/ insert or save data in firebase using android studio. We will add data of the user which he will give using signup form. So let's get started. Get the...