- 31
- 5 961
Android Coding with Harsha
India
เข้าร่วมเมื่อ 29 ก.พ. 2024
Welcome to my channel dedicated for Android Programming! Subscribe now to stay up to date with my latest tutorials and tips! #AndroidStudio #Subscribe
Android Studio Social Media App, part-3 - Display User Profile.
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.
In this part, I will show you how to display user profile inside the application.
If there are any mistakes in the part-III, I will try to rectify them at the start of part-IV. 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.
#android #androidstudio #firebase
Android Studio Social Media App, part-1 : th-cam.com/video/PGay9l5evhM/w-d-xo.html
Android Studio Social Media App, part-2 : th-cam.com/video/mfJhDOIvH4I/w-d-xo.html
Photo Picker Part - II : th-cam.com/video/NAqxRYlFheo/w-d-xo.html
Photo Picker Part - I : th-cam.com/video/sf9zNt6SRN4/w-d-xo.html
Constraint Layout : th-cam.com/video/6dSoH4TakRU/w-d-xo.html
RecyclerView in Android : th-cam.com/video/dQ9KAmGH62Y/w-d-xo.html
Setting Up Cloud Firestore Database : th-cam.com/video/eSN2a3Py4Pk/w-d-xo.html
Read documents from Cloud Firestore : th-cam.com/video/fM05i19u-RE/w-d-xo.html
Firestore Batched Writes : th-cam.com/video/kCM6IAAMiS4/w-d-xo.html
Realtime Database Part-I : th-cam.com/video/-RJg-1OkyEI/w-d-xo.html
Realtime Database Part-II : th-cam.com/video/YnlGC91V20Q/w-d-xo.html
Realtime Database Part-III : th-cam.com/video/G7GCq5bXh0o/w-d-xo.html
Android Studio Firebase Course Playlist : th-cam.com/play/PLcB5VdreTIsgOBih2Ev_hdsfh1yRj0tp7.html
In this part, I will show you how to display user profile inside the application.
If there are any mistakes in the part-III, I will try to rectify them at the start of part-IV. 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.
#android #androidstudio #firebase
Android Studio Social Media App, part-1 : th-cam.com/video/PGay9l5evhM/w-d-xo.html
Android Studio Social Media App, part-2 : th-cam.com/video/mfJhDOIvH4I/w-d-xo.html
Photo Picker Part - II : th-cam.com/video/NAqxRYlFheo/w-d-xo.html
Photo Picker Part - I : th-cam.com/video/sf9zNt6SRN4/w-d-xo.html
Constraint Layout : th-cam.com/video/6dSoH4TakRU/w-d-xo.html
RecyclerView in Android : th-cam.com/video/dQ9KAmGH62Y/w-d-xo.html
Setting Up Cloud Firestore Database : th-cam.com/video/eSN2a3Py4Pk/w-d-xo.html
Read documents from Cloud Firestore : th-cam.com/video/fM05i19u-RE/w-d-xo.html
Firestore Batched Writes : th-cam.com/video/kCM6IAAMiS4/w-d-xo.html
Realtime Database Part-I : th-cam.com/video/-RJg-1OkyEI/w-d-xo.html
Realtime Database Part-II : th-cam.com/video/YnlGC91V20Q/w-d-xo.html
Realtime Database Part-III : th-cam.com/video/G7GCq5bXh0o/w-d-xo.html
Android Studio Firebase Course Playlist : th-cam.com/play/PLcB5VdreTIsgOBih2Ev_hdsfh1yRj0tp7.html
มุมมอง: 109
วีดีโอ
ListView in Flutter.
มุมมอง 41หลายเดือนก่อน
Dive into the world of Flutter with my latest tutorial. This video provides a step-by-step guide to create a ListView in flutter. We will first create a list and then display its items using a ListView. We will also look into how to 1. Remove a list item on swipe 2. Add a new item to the list and 3. Display the text when a list item is selected. Hit that play button, and let's get coding! Andro...
Build a Form with Validation in Flutter with a TextFormField.
มุมมอง 60หลายเดือนก่อน
Dive into the world of Flutter with my latest tutorial. This video provides a step-by-step guide to create a form in flutter and how to use Text form fields to take input like email address and password from users. We will validate the form using a validator and on button click, we will display the entered email ID and password. Hit that play button, and let's get coding! Android Studio Firebas...
Navigate to New Activity and Change Text dynamically in Flutter (Android Studio).
มุมมอง 492 หลายเดือนก่อน
Dive into the world of Flutter with my latest tutorial. This video provides a step-by-step guide to navigate to a new activity in flutter and also to change text dynamically on click. Learn how to seamlessly navigate between activities and change text with ease. Hit that play button, and let's get coding! Android Studio Firebase Course Playlist : th-cam.com/play/PLcB5VdreTIsgOBih2Ev_hdsfh1yRj0t...
Android Firebase Course #19 : Downloading an Image from Firebase Storage.
มุมมอง 1052 หลายเดือนก่อน
In today’s tutorial, I’ll show you how to effortlessly download an image from Firebase Storage using Android Studio and Java! Whether you're looking to enhance your mobile app or simply explore the powerful capabilities of Firebase, this step-by-step guide has got you covered. Learn the essentials for integrating Firebase Storage into your Android project, handling images efficiently, and makin...
Android Firebase Course #18 : Uploading an Image to Firebase Storage.
มุมมอง 1502 หลายเดือนก่อน
In today’s tutorial, I’ll show you how to effortlessly upload an image to Firebase Storage using Android Studio and Java! Whether you're looking to enhance your mobile app or simply explore the powerful capabilities of Firebase, this step-by-step guide has got you covered. Learn the essentials for integrating Firebase Storage into your Android project, handling images efficiently, and making yo...
Android Studio Social Media App, part-2 - Adding Comments.
มุมมอง 2242 หลายเดือนก่อน
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. In this part, I will be adding comments to a post inside the a...
Android Studio Social Media App, part-1.
มุมมอง 5336 หลายเดือนก่อน
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 rectif...
Android Studio Photo Picker Part - II : Pick Multiple Images and Videos from device storage | 2024.
มุมมอง 1976 หลายเดือนก่อน
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...
Android Studio Photo Picker | 2024.
มุมมอง 2237 หลายเดือนก่อน
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 : th-cam.com/video/6dSoH4TakRU/w-d-xo.html RecyclerVie...
Using Floating Action Button in Android Studio | 2024.
มุมมอง 3157 หลายเดือนก่อน
In this tutorial, I will guide you through the process of using a Floating Action Button in Android Studio. Constraint Layout : th-cam.com/video/6dSoH4TakRU/w-d-xo.html RecyclerView in Android : th-cam.com/video/dQ9KAmGH62Y/w-d-xo.html Setting Up Cloud Firestore Database : th-cam.com/video/eSN2a3Py4Pk/w-d-xo.html Read documents from Cloud Firestore : th-cam.com/video/fM05i19u-RE/w-d-xo.html Fir...
Android Firebase Course #17 : Batched Writes in Firebase Cloud Firestore.
มุมมอง 327 หลายเดือนก่อน
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.
มุมมอง 717 หลายเดือนก่อน
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.
มุมมอง 2087 หลายเดือนก่อน
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
มุมมอง 647 หลายเดือนก่อน
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
มุมมอง 1148 หลายเดือนก่อน
Swipe to Delete Item in RecyclerView | 2024
How to use RecyclerView in Android Studio | 2024
มุมมอง 2058 หลายเดือนก่อน
How to use RecyclerView in Android Studio | 2024
Android Firebase Course #13 : Firebase Realtime Database Part-II
มุมมอง 978 หลายเดือนก่อน
Android Firebase Course #13 : Firebase Realtime Database Part-II
Android Firebase Course #12 : Firebase Realtime Database Part-I
มุมมอง 3119 หลายเดือนก่อน
Android Firebase Course #12 : Firebase Realtime Database Part-I
Android Firebase Course #11 : Firebase Anonymous Login | 2024
มุมมอง 1379 หลายเดือนก่อน
Android Firebase Course #11 : Firebase Anonymous Login | 2024
Android Firebase Course #10 : Firebase Phone Authentication | 2024
มุมมอง 1.1K9 หลายเดือนก่อน
Android Firebase Course #10 : Firebase Phone Authentication | 2024
Android Firebase Course #9 : Firebase User Re-Authentication and Delete Account.
มุมมอง 739 หลายเดือนก่อน
Android Firebase Course #9 : Firebase User Re-Authentication and Delete Account.
Android Firebase Course #8 : Firebase User Re-Authentication and Password Update.
มุมมอง 699 หลายเดือนก่อน
Android Firebase Course #8 : Firebase User Re-Authentication and Password Update.
Constraint Layout in Android Studio | 2024
มุมมอง 2429 หลายเดือนก่อน
Constraint Layout in Android Studio | 2024
Android Firebase Course #7 : Firebase Authentication, Forgot Password?.
มุมมอง 779 หลายเดือนก่อน
Android Firebase Course #7 : Firebase Authentication, Forgot Password?.
Android Firebase Course #6 : Firebase Authentication, Verify Email Address.
มุมมอง 1199 หลายเดือนก่อน
Android Firebase Course #6 : Firebase Authentication, Verify Email Address.
Android Firebase Course #5 : Firebase Auth, Sign-In with Email and Password.
มุมมอง 1099 หลายเดือนก่อน
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
มุมมอง 1299 หลายเดือนก่อน
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
มุมมอง 2249 หลายเดือนก่อน
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
มุมมอง 23710 หลายเดือนก่อน
Android Firebase Course #2 : How to Add Firebase Authentication to your Android App? | 2024
Part 3?
Hi I Will upload it in a weeks time. Thank You
hope to see seeing part 3 soon
<PickVisualMediaRequest> as the type is the permission that can be used in place on type <Intent>, correct? Then how would I pass the image to another Activity for example to add to a recycler view using an adapter ? Thanks in advance
Hi, you can pass the images using image URI. Watch this video for reference: th-cam.com/video/NAqxRYlFheo/w-d-xo.html
Last question, I am also having an issue with image being >1MB and passing it using intent.putExtra(); would this method ignore the size when passing to another activity via .putExtra() to be received and display in the other activity?
Hi, you will not have any issues passing only the image URI.
Op
Op, go ahead...👍
Good job
mobile number and google authentication in is free our paid on firebase?
bhai yar kya hai ye aapko hume sikhana bhi hai or hindi bhi nahi bolna na apni aawaz kya hai ye bro yt par growth hona hai to hum videos dekhenge tabhi hoge na yar pehle video download Karo fir hindi me dub karo tab dekho please yar hindi me bna do maine project suru kar diya
"We habe blicked all requests from this device due to unusual activity. Try again later".I get this error and it doesn't work .help me pls
Hi. This happens when too many requests are sent from same device in a short period of time. You can try adding your phone number for testing. This can be done in "Authentication" tab in firebase console, you need to select "edit configuration" for Phone in "Signin-methods" tab and then add your phone number and verification code for testing.
@@androidcodingwithharsha-uv9xl thanks
Provide source code.
drive.google.com/drive/folders/1_dMecQNdKjid-r2y9xTF3LT7b4TFoRql?usp=drive_link
At 2:08, I mentioned AndroidX dependency instead of mentioning it as AndroidX activity dependency : androidx.activity:activity:1.9.0.
please make a video on authentication via phone number and otp
th-cam.com/video/dGEhpXMg1AM/w-d-xo.html
Great❤❤
can u make a tutorial how to make simple attendance app ?
im really new at this android studio thing and i want to make that
@@banyanya130 hey, i m new too in Android development but I have made attendance app
For my school project, I need to design a blog system using Android Studio. I've completed the login system, but I don't know how to add blogs after logging in. Could you please help me if possible? We can also start the application from scratch. Please assist. Good day.
Can you show the API usage in Android Studio? I really need it.
thanks Harsha ,this playlist helped me lot for my project
Will there be a video on how to use "Realtime Database"?
Yes, I will make them very soon.
THANK YOU BRO @@androidcodingwithharsha-uv9xl
Good video. Thanks! After you're done with this series, can you do one on Firebase Realtime database?
Yes, soon
brother ,what is the version of your android studio plz?
Android Studio Iguana | 2023.2.1
@@androidcodingwithharsha-uv9xl thanks you for fast reply ❤❤
I would love it if you could explain the lines of code a bit more
I will try to be more elaborate from my next video.
IZLICEM
videolarin cok iyi hocam
eyw
@@i1kay sana yook
@@forezny neey
I did the same thing as shown in the video. Although the application gives no errors, when I click "RUN" it says "build successful" but it does not work in the emulator. Can you help me pls
Can you please elaborate on the issue you are facing. Is the app not opening at all in emulator? or is the Authentication part failing in emulator? You could also try to run this app on a real android device instead of emulator.
What should I do to try the application on a different Android device? There is no "build" folder in the "App" folder. Also, I don't get any errors. It just says "build successfull" but it doesn't open the application. If you want, I can send you the video recording. @@androidcodingwithharsha-uv9xl
@@androidcodingwithharsha-uv9xl Thank you, I solved the problem. If anything else happens, I will write
Harsha my man, simple and to the point.
What's going on?! This is exactly what I was looking for. I can't believe I found the vid by accident. Thanks a lot!
Glad I could help!