Firebase Realtime Database Tutorial for Android - Retrieving Data #2

preview_player
Показать описание
Check the UPDATED Firebase Database Tutorial Here

Here is a complete Firebase Realtime Database Guide. This is the second video and in this video we will learn.

-Fetching the stored data from Firebase Database
-Displaying the Fetched Items in a ListView

For the source code of this project go here:

Finally I would like to tell you all that, if you love my content please SHARE my courses to your friends. You can share this course, to your Facebook, WhatsApp etc.

For more contents related to Software Development visit my website.

You can SUPPORT me if you want
👉 PayTM (India Only): +917549161079

You can also check some of my other courses from these links

Lastly if you want to connect with me, you can follow me on my social profiles

❤️❤️ Thank You All for the Love and Support ❤️❤️

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

Check the UPDATED Firebase Database Tutorial Here

Thank You

SimplifiedCoding
Автор

For those who are getting an error when you create an instance of ArtistList adapter = new ArtistList(MainActivity.this, artistList);

If you have a fragment you can just replace MainActivity.this to getActivity()

gallegom
Автор

After many frustrating hours search for a simple list view you have given me the perfect answer which is easy to follow. Thank you so much for your interesting series

neilmilmine
Автор

Hey guys.. i want to thank u all from simplified coding ..u guys helps me alot in my project! Thank you so much !! 😊

zenxd
Автор

Very nice explanation of all the codes. Awesome. But I have a query, if we are making a chat application using these same features how can we send notifications to all the devices when any new data is added to the database. Please help.

basilbenedictvictor
Автор

this is an awesome tutorial. I am a beginner and was able to follow all the steps very clearly and it works!
an added question if you have time: how would i make it so that the list can be shown reversed (with the most recent added item on top?)

Bluemoonredwine
Автор

thank you ... your explanation is clear and easy to follow ... good luck in your career

zuhairhd
Автор

This was what i specifically looking for thank you :)

akshil
Автор

Thank you sir, you're a life savior😇 may god bless you

johnangeloocfemia
Автор

Another good tutorial but how can you make the spinner scroll smoothly?

mervinlee
Автор

It might be preferable to attach a "ChildEventListener" than "ValueEventListener". The former has more precise override functions that would reduce lines of code and probably the amount of data downloaded.

hubertmikulowskinjuacha
Автор

What if you want to list your artists on a different screen? Not on the same screen you're adding artists?

fidelflorescaceres
Автор

good video, a question i have: why use an array adapter? what is the purpose

jakep
Автор

Great Video... I have one question regarding this and that is"If i have to display the retrieved data on the other activity then how it will be possible?" Please let me know

malhartanksale
Автор

very nicely explained. it will be great if each thing like parameters, constructors their linkage is elaborated. Thanks

kamranahmed
Автор

Thnakyou so much for your videos... its working perfectly and more helpful...

pengyouglobalsystems
Автор

Note, that instead of creating new ArtistList adapter each time new artist is added, you could add a method to your ArtistList adapter, that would change the underlying data array and notify the View that the data has been changed, so that the view redraws the list anew. This way you re-use the already bound instance of the adapter. It would be even better to tell the adapter that new item is to be added, and let it handle the underlying data storage (encapsulation), and notification to the view such that you optimise the drawing of the ListView to only re-draw what is needed (new item), instead of re-drawing the entire list.

gtl
Автор

thanks, , ., .nice tutorial, , can you tell me how can i show update item in the top of list view.

yazdani
Автор

Is that possible to store data from one application and Retrieving data into another application?

tabishkhan
Автор

Its been really nice, clean and helpful video ....Thank you..keep sharing.

chaipechale