Android Coding with Harsha
Android Coding with Harsha
  • 24
  • 2 901
Social Media App in Android Studio, part-1.
Hi all. This is only a basic social media app made in android studio using firebase. I will guide you through the entire process of making this app, and will try to keep as simple as possible.
Since the whole project needs a long video, I have split it into multiple parts. I have only used the basic plan in Firebase for this project. If there are any mistakes in the part-I, I will try to rectify them at the start of part-II. Firebase Auth, Firebase Realtime Database, Firebase Cloud Firestore and Firebase Storage are used in this Application. The main aim of this app is to use Firebase Products in different ways. Thanks for watching this video.
Here is the entire process covered in this video:
1. User Registration throug Email and Password in Firebase Authentication
2. User Email Verification
3. User Sign-In with Email and Password
4. Creating Fragments for 5 tabs (Home, Circles, Create, Chats and Profile)
5. Displaying Current user profile (Username, Email ID and Profile Picture) in Profile fragment
6. Creating a new post (A single post can have text and/or an image)
7. Displaying posts in Profile Fragment (posts that are posted by User)
8. Searching for Posts of multiple users using Search-view.
Source Code : drive.google.com/drive/folders/11zYUSZzo0oOuJvfGfWhBXWZPvaENycdS?usp=sharing
Timestamps:
00:00 new project.
01:01 creating layout for signin and register
19:48 new firebase project.
23:11 Firebase Authentication.
25:06 Firebase Firestore.
43:50 Couple of mistakes.
45:06 TabLayout and ViewPager2.
51:26 Creating Fragments.
56:26 viewpager adapter.
59:36 displaying profile picture in profile fragment
1:04:32 displaying username and email.
1:11:47 creating post layout.
1:52:07 Adapter to display posts in profile fragment.
2:18:35 saving post content as a document in firestore.
#android #androidstudio #firebase
Photo Picker Part - II : ua-cam.com/video/NAqxRYlFheo/v-deo.html
Photo Picker Part - I : ua-cam.com/video/sf9zNt6SRN4/v-deo.html
Constraint Layout : ua-cam.com/video/6dSoH4TakRU/v-deo.html
RecyclerView in Android : ua-cam.com/video/dQ9KAmGH62Y/v-deo.html
Setting Up Cloud Firestore Database : ua-cam.com/video/eSN2a3Py4Pk/v-deo.html
Read documents from Cloud Firestore : ua-cam.com/video/fM05i19u-RE/v-deo.html
Firestore Batched Writes : ua-cam.com/video/kCM6IAAMiS4/v-deo.html
Realtime Database Part-I : ua-cam.com/video/-RJg-1OkyEI/v-deo.html
Realtime Database Part-II : ua-cam.com/video/YnlGC91V20Q/v-deo.html
Realtime Database Part-III : ua-cam.com/video/G7GCq5bXh0o/v-deo.html
Android Studio Firebase Course Playlist : ua-cam.com/play/PLcB5VdreTIsgOBih2Ev_hdsfh1yRj0tp7.html
Переглядів: 171

Відео

Android Studio Photo Picker Part - II : Pick Multiple Images and Videos from device storage | 2024.
Переглядів 833 місяці тому
In this tutorial, I will guide you through the process of using an Image Picker in Android Studio to pick multiple Images and Videos from device Storage. Latest AndroidX activity dependency : androidx.activity:activity:1.9.0 Video credit : Video by Andreas from Pixabay; pixabay.com/videos/sunset-sea-sun-evening-atmosphere-153976/ Video by Andreas from Pixabay; pixabay.com/videos/snail-mollusk-c...
Pick Photo or Video from device storage using Photo Picker in Android Studio | 2024.
Переглядів 774 місяці тому
In this tutorial, I will guide you through the process of using an Image Picker in Android Studio to pick an Image or a Video from device Storage. Latest AndroidX activity dependency : androidx.activity:activity:1.9.0 Video credit : Video by Andreas from Pixabay; pixabay.com/videos/sunset-sea-sun-evening-atmosphere-153976/ Constraint Layout : ua-cam.com/video/6dSoH4TakRU/v-deo.html RecyclerView...
Using Floating Action Button in Android Studio | 2024.
Переглядів 1484 місяці тому
In this tutorial, I will guide you through the process of using a Floating Action Button in Android Studio. Constraint Layout : ua-cam.com/video/6dSoH4TakRU/v-deo.html RecyclerView in Android : ua-cam.com/video/dQ9KAmGH62Y/v-deo.html Setting Up Cloud Firestore Database : ua-cam.com/video/eSN2a3Py4Pk/v-deo.html Read documents from Cloud Firestore : ua-cam.com/video/fM05i19u-RE/v-deo.html Firesto...
Android Firebase Course #17 : Batched Writes in Firebase Cloud Firestore.
Переглядів 184 місяці тому
In this tutorial, I will guide you through the process of using batched writes for cloud firestore in Android Studio. We can perform multiple combinations of set, update and delete operations on multiple documents in a single batch. Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android ...
Android Firebase Course #16 : Read documents from Cloud Firestore.
Переглядів 404 місяці тому
In this tutorial, I will guide you through the process of Reading Data from Cloud Firestore in Android Studio. We will also learn few methods to access data from Firestore document, and use WhereEqualTo method. Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android development! I will tr...
Android Firebase Course #15 : Create Cloud Firestore Database.
Переглядів 774 місяці тому
In this tutorial, I will guide you through the process of setting up and accessing Firebase Cloud Firestore in Android Studio. We will also learn how to use merge option in Firestore document. Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android development! I will try to add as many v...
Android Firebase Course #14 : Firebase Realtime Database Part-III, Dealing with list of data
Переглядів 444 місяці тому
In this tutorial, I will guide you through the process of dealing with list of data in Firebase Realtime database. We will be using ChildEventListener for that purpose. Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android development! I will try to add as many videos as possible to thi...
Swipe to Delete Item in RecyclerView | 2024
Переглядів 864 місяці тому
In this Video, we will delete a recyclerview item by swiping it. We will use a snackbar. RecyclerView : ua-cam.com/video/dQ9KAmGH62Y/v-deo.html
How to use RecyclerView in Android Studio | 2024
Переглядів 1175 місяців тому
In this tutorial, I will guide you through the process of using RecyclerView in Android Studio. Chapters: 00:00 New Project 00:37 Creating RecyclerView 01:28 RecyclerView List Item 04:15 Creating Data 05:37 Creating RecyclerView Adapter 09:02 Setting adapter and layout manager 10:08 Result 11:13 RecyclerView item onclick listener 11:41 Final Result #android #androidstudio
Android Firebase Course #13 : Firebase Realtime Database Part-II
Переглядів 635 місяців тому
In this tutorial, I will guide you through the process of saving structured data in Firebase Realtime database. Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android development! I will try to add as many videos as possible to this Android Studio Firebase course #android #androidstudio ...
Android Firebase Course #12 : Firebase Realtime Database Part-I
Переглядів 1416 місяців тому
In this tutorial, I will guide you through the process of setting up Firebase Realtime database and how to read and write data from android app. Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android development! I will try to add as many videos as possible to this Android Studio Firebas...
Android Firebase Course #11 : Firebase Anonymous Login | 2024
Переглядів 876 місяців тому
In this tutorial, I will guide you through the process of firebase anonymous authentication and making guest account permanent. You will how to link anonymous account with a email/password based account Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android development! I will try to add...
Android Firebase Course #10 : Firebase Phone Authentication | 2024
Переглядів 6026 місяців тому
In this tutorial, I will guide you through the process of firebase authentication using phone number and OTP. Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android development! I will try to add as many videos as possible to this Android Studio Firebase course #android #androidstudio #f...
Android Firebase Course #9 : Firebase User Re-Authentication and Delete Account.
Переглядів 456 місяців тому
In this tutorial, I will guide you through the process of re-authenticating a User and then deleting the User account n Firebase Authentication. For this purpose, we will be displaying a pop-up window. Learn step by step how to integrate Firebase into your project and enhance your app's functionality Don't forget to subscribe for more helpful tutorials on Android development! I will try to add ...
Android Firebase Course #8 : Firebase User Re-Authentication and Password Update.
Переглядів 486 місяців тому
Android Firebase Course #8 : Firebase User Re-Authentication and Password Update.
Constraint Layout in Android Studio | 2024
Переглядів 1376 місяців тому
Constraint Layout in Android Studio | 2024
Android Firebase Course #7 : Firebase Authentication, Forgot Password?.
Переглядів 576 місяців тому
Android Firebase Course #7 : Firebase Authentication, Forgot Password?.
Android Firebase Course #6 : Firebase Authentication, Verify Email Address.
Переглядів 836 місяців тому
Android Firebase Course #6 : Firebase Authentication, Verify Email Address.
Android Firebase Course #5 : Firebase Auth, Sign-In with Email and Password.
Переглядів 836 місяців тому
Android Firebase Course #5 : Firebase Auth, Sign-In with Email and Password.
Android Firebase Course #4 : Firebase Auth in Android Studio | Updating and Accessing User Profile
Переглядів 1056 місяців тому
Android Firebase Course #4 : Firebase Auth in Android Studio | Updating and Accessing User Profile
Android Firebase Course #3 : Firebase Auth with Email/Password in Android Studio | Register User
Переглядів 1586 місяців тому
Android Firebase Course #3 : Firebase Auth with Email/Password in Android Studio | Register User
Android Firebase Course #2 : How to Add Firebase Authentication to your Android App? | 2024
Переглядів 1807 місяців тому
Android Firebase Course #2 : How to Add Firebase Authentication to your Android App? | 2024
Android Firebase Course #1 : How to connect Firebase to your Android App Manually? | 2024
Переглядів 2517 місяців тому
Android Firebase Course #1 : How to connect Firebase to your Android App Manually? | 2024