Recycler View in Android Studio | Populate Recycler View with Firebase Database (with Source Code)

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 54

  • @RAQAM-p8k
    @RAQAM-p8k Рік тому

    Thumbs up for this tutorial. I was looking for such tutorial to fetch value from firebase realtime database. Job done ❤❤❤

  • @medjl6083
    @medjl6083 2 роки тому

    Best approch. Welcome from Tunisia

  • @codeLabX-pro
    @codeLabX-pro  2 роки тому +1

    Please watch my new Tutorial on RecyclerView populated with Firebase Database. Comments and feedbacks are most welcome

    • @tianjian882004
      @tianjian882004 2 роки тому

      where is your new video? can give the link?

  • @clashgames5924
    @clashgames5924 2 роки тому +5

    Hello
    I really appreciate your work.
    I have watched and written your code line by line everything is perfect.. data is inserted no error at all but data in recycler view is not displaying.

    • @angxuanvinh4081
      @angxuanvinh4081 Рік тому

      do you have solution yet ? i have the same issue

    • @johnedwinlopezreyes4045
      @johnedwinlopezreyes4045 Рік тому

      ​@@angxuanvinh4081 Hello guys, I think that I have the solution haha
      Just add a blank constructor in your User class(ListElements).

  • @rajamali7802
    @rajamali7802 2 роки тому

    Thanks for making this video

  • @bhaveshkatta9433
    @bhaveshkatta9433 2 роки тому +2

    i followed all your steps but i am not able to fetch data from database. No error in code and still my recycler view page is empty.
    Need Help

    • @mukulkumar5133
      @mukulkumar5133 2 роки тому +1

      check the name in child " this"

    • @burger5013
      @burger5013 2 роки тому

      @@mukulkumar5133 hi man from which child or name should i check? i do have same error

    • @clashgames5924
      @clashgames5924 2 роки тому

      @@burger5013 i have same issue..... Your recycler works? if yes plz tell me what i have to do.

  • @CONGOMONPAYSTV
    @CONGOMONPAYSTV Рік тому

    But you don't show item.clickListener to open different activity from each item in the recyclerview

  • @vegaboy2003
    @vegaboy2003 2 роки тому +1

    Thank you for tutorial, how i must modifi my rules for continue using database ? Paolo

  • @VivekeStore
    @VivekeStore Рік тому

    Thanks for this video, its working, but i want recycleview reverse item(same project).

  • @leetiansien2917
    @leetiansien2917 2 роки тому +2

    Hi, may I have the source code?

  • @MyWorldSong
    @MyWorldSong 2 роки тому +4

    source code please

  • @januwaputra5736
    @januwaputra5736 2 роки тому

    Thank u very much

  • @dariuszmaciejewski7272
    @dariuszmaciejewski7272 Рік тому +1

    where is the link do source code?

  • @Tanuja_Desai
    @Tanuja_Desai 2 роки тому

    Sir in the recyclerview it's only showing me image and not showing text which I have taken from edittext.
    But, whatever I enter in edittext it's get added to firebase database
    Please help me resolve this.

    • @_PoojaGajghate
      @_PoojaGajghate 2 роки тому +1

      If your code works , can you help me?

  • @hongyu2031
    @hongyu2031 11 місяців тому

    have a video on how to update the value

  • @ethiofamily831
    @ethiofamily831 2 роки тому

    Please 🙏, how to update data in recycle view

  • @KomoriChambon
    @KomoriChambon 2 роки тому

    the best tutorial thanks a lots from France.
    My only trouble is when i change the data inside Firebase,the data is not refresh inside the app but a new userentry is create with new value.
    Any idea please ?

    • @codeLabX-pro
      @codeLabX-pro  2 роки тому +3

      Please check the code, it should not happen. Thank for liking my code
      . I will provide the link to source code also.

    • @marvstv9172
      @marvstv9172 Рік тому

      ​@@codeLabX-probro can you upload your sourcecode?

  • @thegadget3607
    @thegadget3607 2 роки тому

    Nice video. Can we fetch data using sqlite db

  • @pithadiyavatsal9762
    @pithadiyavatsal9762 6 місяців тому

    How to update this values

  • @JoyBanglaa
    @JoyBanglaa 2 роки тому

    make a video about how to update/change data with this exact same project

  • @MrIMacro
    @MrIMacro 2 роки тому

    Hi sir, when I click on view data button the app crashes.

    • @codeLabX-pro
      @codeLabX-pro  2 роки тому

      Please check all the initialization. Normally that's the error.

  • @hafizwaqas2985
    @hafizwaqas2985 2 роки тому

    My app fetch realtime data base at debug mode
    After updating my app on play console then my app crash on fetching the data
    Error in play console crashes is:
    DatabaseExc3
    Eption on Data change any solution

    • @codeLabX-pro
      @codeLabX-pro  2 роки тому

      Keep everything as string in user.class as well as XML edittext also.

    • @saranyareddy4970
      @saranyareddy4970 2 роки тому +1

      Hey, Are you able to resolve this problem? Even I'm getting the same issue.

  • @vmaxmedia8902
    @vmaxmedia8902 2 роки тому

    sir your lesson is amazing and make easy but no time and date for user I want time and date please send timestamp

    • @codeLabX-pro
      @codeLabX-pro  2 роки тому

      It is possible. Present time can be called and saved in a variable.

  • @isaacl4094
    @isaacl4094 2 роки тому +1

    Para aqueles que estão tendo o problema do fechamento do aplicativo, não salvando os dados e porque ele não ensinou que ele tem que fazê-lo: Banco de dados Banco de dadosReferenceUsers database = FirebaseDatabase.getInstance().getReference();

  • @muhsin98
    @muhsin98 Рік тому

    Where sources cod😊

  • @marybeams3926
    @marybeams3926 2 роки тому +1

    In video Title(with Source Code), but in description no have.

  • @vinukhandekar5236
    @vinukhandekar5236 2 роки тому

    Please Make video recyclerview using sqlite database.

    • @codeLabX-pro
      @codeLabX-pro  2 роки тому +2

      Thanks for letting me know. And yes, my next video is exactly that only. Will upload in a weak.

    • @vinukhandekar5236
      @vinukhandekar5236 2 роки тому

      Yes thankyou bro

  • @gpslocationtrackersasasak
    @gpslocationtrackersasasak 2 роки тому

    where sauce code?

    • @codeLabX-pro
      @codeLabX-pro  2 роки тому

      I will update the link in description box. Thank for letting me know.

  • @asmafandouli-qg5cd
    @asmafandouli-qg5cd 10 місяців тому

    code source please help

  • @tayseersawaftah5378
    @tayseersawaftah5378 2 роки тому

    please where is the source code?

    • @codeLabX-pro
      @codeLabX-pro  2 роки тому

      Ok I will send add the link in descriptions

    • @poojagirish1101
      @poojagirish1101 Рік тому

      ​@@codeLabX-procould u send the source code

  • @poojagirish1101
    @poojagirish1101 Рік тому

    Code please

  • @md.rejoanulhaque2395
    @md.rejoanulhaque2395 Рік тому

    where source code?