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...
Latest Tutorials
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...
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...