Simple Login App Using Database (PART 10)- Storing Files on Firebase! (Android Studio 3.0.1)

preview_player
Показать описание
In this video, I'll show you how to upload various files like audio, images, documents, and videos onto Firebase Storage using Android Studio 3.0.1

Next Video: Coming soon!

Previous Videos:

If you liked this video, give it a big thumbs up. If you didn't like something, do comment below so that I can improve upon it.

Do subscribe so that you don't miss on any of my future videos. Thank you guys for watching, happy learning :)

***** Other Tutorial Videos *******

Follow me on:

Keywords:
How to upload files to Firebase Storage
How to upload images to Firebase Storage
How to upload data to Firebase Storage
Android Studio 3.0.1
Android Studio 3.0
Android Studio 2.3.3
Simple Login App
Professor DK
Simple Timetable App
Tutorials
Android Tutorials for Beginners
Рекомендации по теме
Комментарии
Автор

You are truly one of the greatest teachers that I have found for Android! Thank you so much!

rwill.
Автор

I'm excited again for the next part damn!! Everyday I check for your new uploads. You're so good thanks!

bloodhero
Автор

Cool and understandable videos, thanks for creating them
Greatings from Hungary ;)

benkorobase
Автор

Thank you sir.. please go on with these episodes .. hoping to learn a lot from your series

deepu
Автор

So thankful for all these guides Sir! Thank you so much for all your hardwork and dedication!!

feeqqaa
Автор

thank you sir are creating best videos on android studio so far i

zulkarnainfaizan
Автор

You are a stud literally... KEEP UP THE GOOD WORK!!!

engineerdaa
Автор

Sir, eagerly waiting for you next video, make it as soon as possible

thirunayandinesh
Автор

Hi Professor DK Why my ViewImage in RegistrationActivity is not getting the data of the Image in the storage? I followed your Codes but not working please help but in the UpdateProfileActivity the ViewImage is working please help me in the RegistrationActivity

satoshi
Автор

Thank you so much sir .Your videos are very useful!!

topmost
Автор

on clicking a image view in Registration page it is taking me to Gallery but it is not selecting a image Plz tell me the solution i have also copy the code from github it still not working

rhythemgoyal
Автор

After the password reset the updated password does not save in database. please help

manjunathmulimani
Автор

hey there proff, wondering can you show how to use recycler view in order to implement a search function from the data base?

whacker
Автор

Hello prof. DK(dheeraj) can you please please make a video on voting app n displaying results of the winner by calculating, even little idea or logical part will di wonders for me ... THANK YOU.also ur videos are terrific n proved to be helpful always

babytarot
Автор

Hello Sir, Can you please help me like I want to make a android button that will user click 5 or 10 time then button will disabled for 1 day or 12 hours. And also make a points or coins convert app with your tutorial.

abulmozid
Автор

Can you please make an video on Chat server?

SportsHorts
Автор

how to store guardian phone numbers of users in firebase for women safety app.please help

sandhyaranibhanuse
Автор

Great video, I hope that you will a video for " Storing files like images and show them in Recycler View "

khaledbougdour
Автор

Hello,

Thank you very much for this tutorial. you really explain very well.

Parcontre I really have a problem, my application has stopped working ... the problem comes from the line of the code:

(new View.OnClickListener () {
@Override
public void onClick (View view) {
Intent intent = new Intent ();
intent.setType ( "images / *");
intent.setAction (Intent.ACTION_GET_CONTENT);
startActivityForResult (Intent.createChooser (intent, "Select Image"), PICK_IMAGE);
}
});

But I can not solve the problem.

Please tell me if I have written the code incorrectly.

I made a copy paste your code but it still does not work !!

LOGCAT:

Caused by: Attempt to invoke virtual method 'void on a null object reference
at

maksene
Автор

Sir, when I click on NEW-USER Register
It says app stopped and closed

And my request
please do a video on finding an error through log cat and find how to get it solved,
And even commonly crashing error

It will be very helpful for beginners like us

rakshithg