Android Studio Tutorial - How to Upload PDF Files on Firebase Storage | Select PDF Files From Phone

Android Studio Tutorial - How to Upload PDF Files on Firebase Storage | Select PDF Files From Phone

ARSL Tech

5 лет назад

27,928 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ARSLTech
@ARSLTech - 01.03.2019 10:21

Firebase Tutorial Uploaded 🔥🔥🔥
Watch, Learn and Implement 😇😇😇
Like, Commnt and Share 😎😎😎

Ответить
@classic__1270
@classic__1270 - 23.04.2023 21:13

Button me kese pdf retrieve kre

Ответить
@memelover8320
@memelover8320 - 20.08.2022 21:22

Sir please make a video on how to upload non downloadable or read only videos in our application using android studio

Ответить
@sherazkhan4150
@sherazkhan4150 - 25.02.2022 15:59

Sir it's not working in fragments... Please make one video for fragment

Ответить
@scarymany
@scarymany - 29.11.2021 08:31

How to make both diffrent app one for pdf upload and second for show pdf in list view

Ответить
@anoon23326
@anoon23326 - 29.09.2021 13:17

Sir, Hope you can reply to my message,
i follow every step but mine is stuck on uploaded 0%.. hope you can help me...

Ответить
@anshuchaurasiya6307
@anshuchaurasiya6307 - 08.09.2021 23:47

Please provide source code too, that will mbe more helpful

Ответить
@harsh-qr3tt
@harsh-qr3tt - 22.05.2021 17:05

can you tell me how to get root path of pdf selected i want to add functionality that user can upload 5mb size pdf only max

Ответить
@harsh-qr3tt
@harsh-qr3tt - 20.05.2021 20:55

how to limit the file upto 5 mb of pdf file uploaded by user

Ответить
@a.l.s.g.8417
@a.l.s.g.8417 - 13.03.2021 13:20

Sir how my pdf file is not getting uploaded to firebase. I have copy all the codes as you show not working for my app.

Ответить
@siddheshdikonda8828
@siddheshdikonda8828 - 17.01.2021 19:16

Superb tutorial bro, i want same thing which you explained worked perfect

Ответить
@prakhargupta8036
@prakhargupta8036 - 07.12.2020 15:04

Thank You very much for this !!!

Ответить
@sarveshkumarroy8116
@sarveshkumarroy8116 - 20.11.2020 18:49

How to add pdf files on firebase without adding any name....

Ответить
@mangtomas7515
@mangtomas7515 - 15.10.2020 08:59

got many errors because of wrong syntax but finally I fix it hahaha nice video. more videos please😊

Ответить
@sachinvishwakarma9084
@sachinvishwakarma9084 - 07.10.2020 11:19

Bhiya on success listener work kar raha hai par helper class me data transfar nahi ho raha hai apk close ho ja rahi hai please help me 😖😖

Ответить
@Rahul-tg5te
@Rahul-tg5te - 23.09.2020 09:40

Hello
hum koi book upload karte hai voo book hum home scrren per show karskte hai uske liyee code kese likhee.....m

Ответить
@SAGskills
@SAGskills - 22.09.2020 01:44

love u

Ответить
@harsahari5910
@harsahari5910 - 12.09.2020 08:39

Hi ,
How to upload the file in different path(different firebase folder). Help me

Ответить
@harshakunchala2943
@harshakunchala2943 - 02.08.2020 16:43

nice did

Ответить
@pdseven5091
@pdseven5091 - 29.07.2020 19:54

I am ur new subscriber

Ответить
@pdseven5091
@pdseven5091 - 29.07.2020 19:53

Thanks brother....you r great

Ответить
@atulyasharma769
@atulyasharma769 - 28.07.2020 21:52

Stuck on uploaded 0%

Ответить
@anil_kumar_suman
@anil_kumar_suman - 24.07.2020 08:56

Very Nice

Ответить
@raza-abbas37
@raza-abbas37 - 22.07.2020 10:33

sir plz make video on retrive all images from firebase and show it in recycle view

Ответить
@maximu_rider_350
@maximu_rider_350 - 10.07.2020 19:16

Bro please solve my error,
I AM GETTING ERROR
Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/firebase/FirebaseApp$IdTokenListener;

Coming on the line 49. databasereference = FirebseDatabase.getInstance().getReference("uploads");

Ответить
@arttech7479
@arttech7479 - 04.07.2020 23:52

E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.usmanisolutions.filemanager, PID: 13367
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.usmanisolutions.filemanager/com.usmanisolutions.filemanager.MainActivity}: java.lang.RuntimeException: Your content must have a ListView whose id attribute is 'android.R.id.list'
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2339)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2413)
at android.app.ActivityThread.access$800(ActivityThread.java:155)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1317)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5343)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:905)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:700)
Caused by: java.lang.RuntimeException: Your content must have a ListView whose id attribute is 'android.R.id.list'
at android.app.ListActivity.onContentChanged(ListActivity.java:243)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:382)
at android.app.Activity.setContentView(Activity.java:2155)
at com.usmanisolutions.filemanager.MainActivity.onCreate(MainActivity.java:42)
at android.app.Activity.performCreate(Activity.java:6010)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1129)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2292)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2413) 
at android.app.ActivityThread.access$800(ActivityThread.java:155) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1317) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:135) 
at android.app.ActivityThread.main(ActivityThread.java:5343) 
at java.lang.reflect.Method.invoke(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:372) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:905) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:700)

Ответить
@parooaenna6094
@parooaenna6094 - 21.06.2020 19:55

kindly tell how i can resolve that issue?

Ответить
@parooaenna6094
@parooaenna6094 - 21.06.2020 19:55

sir actually uploaded timing and toast message of "file uploaded" is not shown in my app before file uploaded in firestorage.

Ответить
@makilejohn9724
@makilejohn9724 - 17.06.2020 18:16

Arsl bhai ksi side pr apny apps ka source bh rakha karain likhny se jaldi banda code copy kar lyta hai asani ho jati hai bhoot sari

Ответить
@aimanali7877
@aimanali7877 - 16.06.2020 12:25

Please upload the source code... its full of errors while i am coding it

Ответить
@kamaalkhan5870
@kamaalkhan5870 - 05.06.2020 16:17

i am not able to retrieve images from firebase how i can retrieve it can you help me out

Ответить
@AVAVines
@AVAVines - 04.06.2020 11:53

Can I also upload the statics files or other different files.🤔🤔

Ответить
@muzahidislam-tj8ez
@muzahidislam-tj8ez - 13.05.2020 18:27

uplaod button pr click karne par "No apps can preform this action" show ho rha h sir please help me...

Ответить
@rishabhsharma4048
@rishabhsharma4048 - 11.05.2020 11:02

sir,uploading 0% ,not uploaded file in firebase,though the code is exactly same as done by you in video

Ответить
@tsmnews5357
@tsmnews5357 - 10.05.2020 14:07

Aap se Mai ek minutes baat Kar sakte hai aap ne hame ek application banakar de sakte hai aap total Kitna lege batado kewal 5 activity Ka aur kewal 5 button Ka 9519581688 SMS karo Mai aap ke paas call karuga

Ответить
@RajniKumari-xi8bj
@RajniKumari-xi8bj - 05.05.2020 10:58

Uploading part not working

Ответить
@androidstudiotutorial8563
@androidstudiotutorial8563 - 21.04.2020 07:42

Sir mene same code likha h
But meri pdf file upload hi nhi ho rhi select ho jaati h
But uploading ka kuch aata hi nhi h

Ответить
@raghavaggarwal8644
@raghavaggarwal8644 - 19.04.2020 09:44

my progress box is just hanging on 0%, kindly help

Ответить
@craneandriggingsafety5800
@craneandriggingsafety5800 - 18.04.2020 10:44

bhai upload nhi ho rha hai 0% show kar rha hai

Ответить
@kadambaripatangrao5294
@kadambaripatangrao5294 - 31.03.2020 16:38

its not working the progress dialog is just showing uploaded: 0%

Ответить
@paramshah157
@paramshah157 - 30.03.2020 23:41

Hey the tutorial is very good but when I run on the emulator it works perfectly all viewing downloading pdf perfect but when I run on my real devices while downloading PDF from the list view it doesn't work while clicking it goes to google maps I don't know why "PLEASE GIVE ME A SOLUTION FOR THIS"

Ответить
@vucato8358
@vucato8358 - 22.03.2020 11:52

hi bro, i have a loop when uploading " Upload: 0%". u can help me

Ответить
@anjunair7560
@anjunair7560 - 16.03.2020 13:55

Main ne yeh code run kiya tho button click par drive tho open ho rha h but files select nhi ho rhe h

Ответить
@nishkarshverma3782
@nishkarshverma3782 - 19.02.2020 10:48

AAPT error....while running the project

Ответить
@flow3890
@flow3890 - 13.02.2020 13:24

bro does this work with API??

Ответить