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...
Latest Tutorials
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,...
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...
Fragments in Android Studio – Android Studio tutorials for beginners
U3Vic2NyaWJlIHVzIG9uIFlvdXR1YmU=import androidx.appcompat.app.AppCompatActivity; import androidx.fragment.app.FragmentTransaction; import android.os.Bundle; import android.widget.CompoundButton; import android.widget.Switch; public class MainActivity extends...
Walkthrough – Onboarding screen in an android studio – City Guide – 3
In this tutorial, we will learn how to create a walkthrough screen/onboarding screen in android studio. This screen is also called as one time screen of an android app. One time screen because it only displays only for one-time, after that it won't show until the...
Modern Dashboard UI Design in Android Studio – City Guide App – Part 4
In this tutorial, we will learn how to create a modern dashboard design in android studio. The dashboard is the main screen of our application that describes what is the functionality of an app. Hence we will create three different designs of recyclerview and cardview...
Splash Screen in Android Studio – City Guide App – Part 2
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 City Guide App android app with source code. Hence follow us...
Basic Setup of Android Studio – City Guide App – Part 1
We are creating a complete City Guide android application. For making that application we have learned how to download and install android studio in the previous tutorial. After that, we will learn how to do an android studio set up and what is the alternate of batch...
Download and Install Android Studio
In this tutorial, we will learn how to download an android studio? how to install android studio? and how to set up it for the development of android applications. Above all, we have to know what is an android studio and what is it's purpose.What is Android Studio?...
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...
Modern Profile UI Design In Android Studio – Material Design 2020
In this tutorial, we will create a modern profile UI design for showing the detail of the user in our app. Previously, we have created our design for the sign-up. Subsequently, we have created the design of the login page using material design. And now in this...
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...
Create a Navigation Drawer Material Design in Android Studio tutorial
In this tutorial series, we will be creating an Android Navigation Drawer Material design in android studio. We will also learn Create a Navigation Drawer with the Hamburger menu icon. Design menu header in the navigation bar. Hide navigation menu item android action...
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...
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...
Create a responsive design in android studio to fit all screen sizes
Before getting in to today's topic. Which is Create a responsive design in android using Constraint layout in Android Studio, we will be looking forward to answering the questions arrived in many minds and also learn why to use Androidx constraint layout in android...
How to pass data from one activity to another in android studio
In this tutorial we will learn 2 basic things.Pass data between activities and add a back arrow. There are multiple ways to pass data between activities in android studio. Today we will use the easiest way to pass data from one activity to another. We will also add...
Create a Splash Screen in Android Studio with animations
To create a modern splash screen in android studio with animations you can either watch a video or go through the article below. You can also get the code below in this article. What is a Splash Screen?Splash screen is a first screen appears in android applications...