Firestore Data to Recyclerview | How to Retrieve Firestore data into Recyclerview | Android Studio

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

КОМЕНТАРІ • 13

  • @JedoAdam
    @JedoAdam 4 місяці тому

    This was so helpful, Thanks!

  • @elgimcadiwitan6767
    @elgimcadiwitan6767 Рік тому +2

    Hi sir! I find your tutorial super informative and so good, I just have question how can you make it that the user when they click specific item they can view the data of the item they clicked in another activity?

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

    When retrieving long string of text from firebase to a textview, how do we observe the paragraphs?

    • @jmaiv117
      @jmaiv117 10 місяців тому

      Hi there, hope help you, in my case i assign a padding in the elements of 8dp and the problem just got solved

  • @reachwollet
    @reachwollet 7 місяців тому

    thank you very much slove my app crush problem make multipal project to see tutorial bust all project will crashes i find you after 2 month

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

    Can you provide code for above file?

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

    My app crashes, what could i do wrong?

  • @hassanmehboob9078
    @hassanmehboob9078 10 місяців тому

    I am not able to do same thing in fragment

    • @ZenitsuX64
      @ZenitsuX64 7 місяців тому

      Did you manage to solve the problem with fragment?

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

    How to get specific documents id data ?

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

      For that first you need to get the document id. In your user class just add one more variable named String docId and create a getter and setter for it. Then just annotate the getter and setter of docId with @DocumentId for the firebase to automatically handle it. Then you can use this document id to get specific data.

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

      @@languagegravy thank you so much