Show Images from Firebase in a RecyclerView - Firebase Cloud Storage

preview_player
Показать описание
In this video you will learn how to get a whole collection of images from your Firebase Storage and show them all in a RecyclerView.

⭐ Get certificates for your future job
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:

🎓 Become an industry-ready developer in the Mobile Dev Campus:

🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":

Read our weekly Android blog:

Get the source code here:

Рекомендации по теме
Комментарии
Автор

How about populating a recycler view with the links in firestore that point to images in firebase storage? I think this is what most people need :D Thanks for the video.

starlite
Автор

Thankyou so much sir. It was very helpful for my fyp

aroojabbasi
Автор

Nice Video!😊
Could you please tell me how to show Other files like PDF Documents in recycler view instead of images. I really want to know for my college project.😊

akshitverma
Автор

thank you for sharing your good knowledge, I have a question, How are you writing xml item id on other classes without typing binding, I'm so shocked

xurshidbekbro
Автор

Thanks, If it is possible consider making a KMM (Kotlin Multi Platform) series - just for android. I want to develop my kotlin based apps for IOS but I need a Kotlin pure backend.

Alchemist
Автор

00:56 does Picasso also cache images like glide ?
also. if user jump to another activity and returns back to this activity is there any way to show these images first before the user refreshes the recyclerview or before they are fetched themselves ? ( to avoid that delay in case of a poor network )

mehulbisht
Автор

E/RecyclerView: No adapter attached; skipping layout how to fix this? and i cant call the .await()

rambertapolto
Автор

pls help, i am have uploaded image and its name in firebase, tried with everythin, firestore and realtime db, but i can't able to get images on recyclerview, using glide, images are repitative in nature only the last image is displaying, and coded using java.

basavarajhiremath
Автор

Hi Philipp, Great video as usual. I have one problem. I have used your code but also used viewBinding. I have two errors in the imageAdapter.kt. Firstly in onCreateViewHolder, item_image is an Unresolved reference. Secondly in onBindViewHolder the ivImage is showing an error. I would normally put binding.ivImage but I am not sure how to use viewBinding with a class.

tonymac
Автор

Instead of imageviewer can we use pdf viewer

TOP-mnc
Автор

What about for texts ?
Could you do a video on texts too?

abugewazenith
Автор

Nice video could u please show how to add click listeners to those images in the recyclerview to another activity or fragment

alphakayiwa
Автор

I wanna do that but un java :c how can i do It?

DanCRK
Автор

Is it possible for you to show me how to display the pictures in the recycler view when im trying to upload them alongside other views. I have managed to successfully upload the pictures into the firebase but for some reason cant seem to figure out how to pull those pictures and display them in a report in recycler view

ulrichvanderwath
Автор

when i use image in images. the item option does not show up

theai
Автор

Hi, please I'm getting - getdownloadurl() is not supported at the root of the bucket

nicholasedoseghe
Автор

How to do this but in different fragments in my app?

corenko
Автор

Hi Philipp, thanks always for your superb videos. I just wanted to ask a quick question regarding using Coroutines in your videos (this and Spotify clone app, etc.).
I see that you are using Coroutine in the functions loading a DB from Firestore. I do believe that's a safe and an appropriate method. Now, for some other peoples' videos using Firebase/Firestore in Android Studio that I've watched, none of them uses Coroutine or Async (Yet they seem to work without much problem in their videos). If possible, can you tell us what can possibly go wrong if we don't use Coroutines and your general thoughts on this subject? Below is the list of Firebase vids I've watched (not using Corouinte/Async)

MMB
Автор

Can we make the same for uploading pdf and downloading pdf and show the downloads on the other activity.

TOP-mnc
Автор

I want to upload multiple images. Can someone help me?

onlx