RecyclerView with Firebase Android Studio Tutorial

In this “RecyclerView with Firebase Android Studio Tutorial”, you will learn everything you need to know about RecyclerViews and but also about how to use different ViewTypes and how to customize your list items using XML. RecyclerViews in Android, are one of the most interesting concepts to become a master in Android. There’s a lot […]

Android OTP verification using firebase

Hello Android Lovers. Let’s see how the Android OTP verification works in Android Development using Firebase. In here I am going to design two screens. Phone number Enter screen and OTP verification screen. Let’s design those screens first. Design 01 – Phone Number Enter Screen In here, I am getting Full name, Phone number and […]

How to download files Firebase to Android device

Hello Android lovers, In here I am going to discuss “How to download files firebase to Android device“. That means we are going to add a download button to your android application and when it click your file will download to your device. How to download files Firebase to Android device First of all in […]

How to create Music Player with Firebase

Hello Android Studio Lovers. In this article I am going to discuss How to create music player with firebase in Android Studio. First of all we need Android Studio, If you are a new user to Android Studio, Install First. (Click here to learn how to install Android Studio) Let’s back to article “How to […]

Firebase Authentication 03 – Register form

Very firstly you need to connect your app to Firebase . After that you can use this article to create a Register form using Firebase Authentication. So let’s start “Firebase Authentication 03 – Register form” article. And also we can use firebase android to google analytics android, firebase push notification, firebase database, firebase analytics app […]

Firebase Authentication 02 – Login form

First of all you have to connect your app to Firebase. You can use “Firebase Authentication 01 – connect Firebase” article to connect your app to Firebase. Let’s start Firebase Authentication 02 – Login form article. And also we can use firebase android to google analytics android, firebase push notification, firebase database, firebase analytics app […]

Firebase Authentication 01 – connect Firebase

Hello guys, In the Firebase Authentication articles, Today we discuss how to connect to the Firebase and install firebase sdk. First of all, create a new project. If you are a beginner in Android Studio Click here to learn Android Studio from the beginning. I am going to name my project as “Splash”. So let’s […]