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

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 56

  • @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 Год назад

      where is your new video? can give the link?

  • @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

  • @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).

  • @CONGOMONPAYSTV
    @CONGOMONPAYSTV Год назад

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

  • @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

    • @sitihajarbintisadoon1399
      @sitihajarbintisadoon1399 2 года назад

      @@mukulkumar5133 what do you mean by this?

    • @clashgames5924
      @clashgames5924 2 года назад

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

  • @VivekeStore
    @VivekeStore Год назад

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

  • @sitihajarbintisadoon1399
    @sitihajarbintisadoon1399 2 года назад +1

    my data is not shown in firebase how to fix it?

  • @januwaputra5736
    @januwaputra5736 2 года назад

    Thank u very much

  • @vegaboy2003
    @vegaboy2003 2 года назад +1

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

  • @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.

  • @hongyu2031
    @hongyu2031 10 месяцев назад

    have a video on how to update the value

  • @ethiofamily831
    @ethiofamily831 2 года назад

    Please 🙏, how to update data in recycle view

  • @MyWorldSong
    @MyWorldSong 2 года назад +4

    source code please

  • @pithadiyavatsal9762
    @pithadiyavatsal9762 4 месяца назад

    How to update this values

  • @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?

  • @dariuszmaciejewski7272
    @dariuszmaciejewski7272 Год назад +1

    where is the link do source code?

  • @leetiansien2917
    @leetiansien2917 2 года назад +2

    Hi, may I have the 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?

  • @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.

  • @JoyBanglaa
    @JoyBanglaa 2 года назад

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

  • @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();

  • @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.

  • @thegadget3607
    @thegadget3607 2 года назад

    Nice video. Can we fetch data using sqlite db

  • @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

  • @muhsin98
    @muhsin98 Год назад

    Where sources cod😊

  • @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 9 месяцев назад

    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?