Firestore Data to Recyclerview using Kotlin | How to Retrieve Firestore Data to Recyclerview |Kotlin

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

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

  • @dionosaur9894
    @dionosaur9894 3 года назад +23

    I find it very difficult to find tutorials that are in Kotlin, it seems most people only do Java, so I appreciate you doing tutorials in both. Thanks!

    • @_foxandroid
      @_foxandroid  3 года назад +2

      Glad it helped

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

      Maybe, but the official programming language is Kotlin so, you have to learn in kotlin always.

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

    Just passing by to thank you again. Your method is the one I understand and which works for me

  • @Lagos08
    @Lagos08 3 года назад +3

    You are literally the best ! Learning a lot from you. Many thanks and please don't stop doing this kinds of videos. I would like to learn more with kotlin

  • @robinjack
    @robinjack 3 года назад +3

    Thanks so much for this tutorial! Its so hard to find this sort of stuff done in Kotlin.

  • @stevekelly4347
    @stevekelly4347 3 года назад +2

    Thanks very much great tutorial. I found no errors myself.

  • @sadinaalkhalili4215
    @sadinaalkhalili4215 3 года назад +3

    Thank you so much, very straightforward and easy tutorial :)

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

    I love the tutorial. Additionally, I tried adding "whereEqualTo()" where it display datas based on user id. It works but somehow crash after showing the result haha. Anyway, the tutorial for recycler view was very helpful. Thanks!!

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

    Goodnight. It worked fine, thanks for the help, but I have another question. in my table when I update any data, the data in the RecyclerView is duplicated, I need to exit and enter the screen again to re-view the data correctly. Can you tell me how to avoid duplicating the recyclerview data when new data is inserted?

  • @berkaybilir3051
    @berkaybilir3051 3 года назад +2

    I'n digging your videos like crazy. There aren't many people who create such good videos with using Kotlin. If you're up to recommendations can I ask for a dictionary app with sqlite database? I think it would be quite comprehensive even for a short video.

    • @_foxandroid
      @_foxandroid  3 года назад

      Thanks!!! Yeah sure will definitely consider it❤️

  • @aayushsao3302
    @aayushsao3302 3 года назад +1

    Please make a video on how to use live hosting and buy shared hosting and fetch data from it please 🙏

  • @Mafranny
    @Mafranny 3 года назад +1

    Your videos are great. Thank you!

  • @Hrit
    @Hrit 3 года назад

    Can you please explain how to sort the list according to last added document in the Firestore?

  • @beeratis97
    @beeratis97 3 года назад

    thank you for this video. One question, what if i modify or delete an item at database? the arraylist has .add and .remove, but what if i just modify an item how can i do it

  • @elyasjazouli5522
    @elyasjazouli5522 3 года назад +1

    Thanks so much for this tutorial

  • @abu_yamen
    @abu_yamen 3 года назад +2

    How can I do it with Fragment, not Activity, and thank you.

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

    Hi why my db.collection the collection is red color word and write unresolved references?

  • @МамажановМухаммад
    @МамажановМухаммад 2 года назад +1

    Thanks man, you saved my day!

  • @hugovaldes9412
    @hugovaldes9412 3 года назад +1

    Great tutorial, thanks!!!

  • @sandykarthik1836
    @sandykarthik1836 3 года назад +1

    I have a doubt in your video
    Video :How to retrieve data on firestore to recycler view.
    Error:onbindviewholder setText

  • @reddyibrachim
    @reddyibrachim 8 месяцев назад

    This is very great tutorial! Excuse me, how to fetch Double data from the Number data Firestore? I changed the data type in DataClass, but it was made error to the program "java.lang.NoSuchMethodError: No virtual method getPhData()Ljava/lang/Integer; in class L(myproject)/Sensors; or its super classes (declaration of '(myproject).Sensors' appears in /data/data/(myproject)/code_cache/.overlay/base.apk/classes3.dex)

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

    seems like a good explanation but why music in the background?
    Its just distracting.

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

      Will consider in upcoming videos

  • @pedroazevedo2729
    @pedroazevedo2729 3 года назад +1

    How do i get the size/lenght of the collection ?

    • @krish.strings
      @krish.strings 3 года назад

      if u founded the way rn...can u please say?

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

    Just passing by, again, but to say that this method doesn't allow me retrieve images (using Glide or Picasso) from Firebase to the RecyclerView...
    Did anyone face that same situation? How did you solved it?
    Thx in advance !

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

      I simply used storage option of firebase pass the image url to a string field and load the string with Picasso into the adapter class. It's pretty simple if you you storage.

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

    i used the same method but my app crashes and i checked the code, EventChangeListener() this line of code is causing my app to crash

  • @noikundesuka
    @noikundesuka 3 года назад

    could you help do RecyclerView OnClickListener to New Activity tutorial base on this code plz

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

    My main activity even after following all the steps plus i'm not getting any error please help

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

    where can i download the source code?because your IG is not working

  • @cliclistasuelto
    @cliclistasuelto 3 года назад

    Muy buen tutorial saludos desde Perú

  • @Tobi9012
    @Tobi9012 3 года назад

    A bit more explanation would help to unserstand what you are doing.

  • @4_adeadamnisasabrina514
    @4_adeadamnisasabrina514 2 года назад

    wow that's amazing, thanks for the tutorial, i'm a newbie on android and now i got problem when i use fragment :( can someone help me

  • @jojoy5434
    @jojoy5434 3 года назад +1

    Will this work for fetching more than 10000 documents

    • @_foxandroid
      @_foxandroid  3 года назад +1

      You need to implement paging as well

    • @jojoy5434
      @jojoy5434 3 года назад

      How to implement paging

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

    How to do it in fragment?

  • @hcastillaq
    @hcastillaq 3 года назад +1

    Wow, is good video !!

  • @muminoloruntola2146
    @muminoloruntola2146 3 года назад +1

    Hello. Can I get your mail so we can discuss some intellectuals?

  • @anurajms
    @anurajms 3 года назад

    thank you

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

    🙏🙏🙏

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

    the code showing error for age
    FATAL EXCEPTION: main
    Process: com.google.flutter, PID: 8575
    java.lang.RuntimeException: Could not deserialize object. Failed to convert a value of type java.lang.String to long (found in field 'age')
    doesnt it work for numbers

  • @eyelamp8271
    @eyelamp8271 3 года назад +2

    thank you