Firebase Data to RecyclerView using Kotlin | Retrieve Firebase data into RecyclerView | Kotlin |

preview_player
Показать описание
Firebase Data to RecyclerView using Kotlin | Retrieve Firebase data into RecyclerView | Kotlin |

---------------------------------------------------------------------------------------------------------------------------------------------------------

Equipment I Use to Make My videos:

--------------------------------------------------------------------------------------------------------------------------------------------------------

Hey Developers,
In this video, I have explained :
* Retrieving data from Realtime database using Koltin
* Implementing recycler view in android app using Kotlin
* Adding Firebase data to recylerview using Kotlin

How to Delete Data from Realtime Database using Kotlin in Android Studio

Kotlin Functions and Methods - Basics and Syntax

Firebase Data to RecyclerView

How to Add SearchView in Android App using Kotlin

JSON Parsing - Parse JSON Data from Web URL in Android

Upload Image to Firebase in Android Studio

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

Yes ! Yeeees ! The only approach that finally works for me after 3 months of hard researches and tests and disappointing mistakes !!! 😁I was trying to show firebase data in a RecyclerView of a TabbedView with a Drawer Navigation... But I never could ! Thanks Foxandroid !!!

marc
Автор

Here's a timeline of the video. I hope this will help:
00:00 - Intro
00:19 - Demonstration of the final app
01:20 - Connecting the project to Firebase
02:12 - RecyclerView activity (frontend)
02:43 - Items for the RecyclerView (frontend)
04:37 - Data classe / Model (backend)
05:54 - Adapter (backend)
11:08 - Getting the data from Firebase database & Setting the Adapter to the recyclerView (backend)
13:11 - Fetch data from Firebase receive (backend)
17:19 - Testing / The final app

Thanks to @Foxandroid 👍

marc
Автор

I wasted at least two weeks to find solution how to add existing SQLLite database to my project and finaly instead of SQL I added my databse from Firebase whis is much more easier and faster. Thank you for this video. Good job!

marekzet
Автор

Excellent series I really appreciate your tutorials keep up the good work

stevekelly
Автор

The most awaited video... Thanks bhaiya

saga
Автор

u r too much underrated but you are unabated

SamarthSinha-urci
Автор

Thank you for the post, but I have a question.

In the case that it is in a fragment and not in an activity it does not work for me. Could you give me some tips?

MiquelGarrigo
Автор

thank you so much bro it made me cry
i tried so many times for days untill i watch this video

sundarshrestha
Автор

man I love you and love your channel, thank you very much

khywuxo
Автор

The Activity opens up blank where the data is supposed to be retrieved and then goes back to MainActivity or the app crashes. When I check the logcat it says "No Adapter Attached, Skipping Layout".

ahangerzeeshan
Автор

Thank you so much!! really really helpful!

youlu
Автор

Parabéns meu amigo. Mesmo entendendo pouco de sua lingua eu consegui fazer tudo e funcionou direitinho. Obrigado pela ajuda. Ganhou um inscrito e um joinha.

professorademilson
Автор

I had an Error in line:

var dataItem =
itemArrayList.add(dataItem!!)

Failed to convert value of type java.lang.Long to String

Here is my solution:

var age =

userArrayList.add(User(age))

golem
Автор

I just did everything what you showed
but showing this error message
E/RecyclerView: No adapter attached; skipping layout
and my app going back to main activity

iidmqvb
Автор

Hey I am having an issue where the data is not read too my recycle view am doing everything you are doing but I cant get the data to pass

emeissing
Автор

thanks for the great tutorial and source code

languages
Автор

For the main activity, did you do anything to it? or use it to call the other activites?

ronanirvine
Автор

everytime i put all the thing but it goes wrong please tell me what was the problem

billaajith
Автор

i followed this 4 times. but everytime i faild. when i click the "recyclerviewbtn", app sudenly shut down

-_-RealIy
Автор

make a app RecyclerView with image+heading+discription Item Click open differnt 5 activities, for example:- click 1 st item open Activity 1, click 2 nd item open Activity 2, click 3 rd item open Activity 3, click 4 th item open Activity 4, click 5 th item open Activity 5. {make this app your subscriber boost times}

educationofmaharashtra