Firebase Realtime Database Android Endless Scroll Pagination with Recyclerview Example #2

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 44

  • @Kanzan53037
    @Kanzan53037 3 ปีที่แล้ว +2

    The tutorial is very easy and short. This is the kind of tutorial we need. Thanks.

  • @jobs7390
    @jobs7390 2 ปีที่แล้ว

    Bro employee data was inserted properly.. but only 8 items display in final output.
    public Query get(String key)
    {
    if (key==null)
    {
    return databaseReference.orderByKey().limitToFirst(8);
    }
    return databaseReference.orderByKey().startAfter(key).limitToFirst(8);
    }
    startafter(key)...... not found why ??????

  • @ayuspandey
    @ayuspandey 9 หลายเดือนก่อน

    Hi sir, I'm building a chatting application and everything is completed except pagination.
    startAfter method is not working in my code, can you please help ?

  • @abdul_wahhab
    @abdul_wahhab 3 ปีที่แล้ว +1

    Thankyou for uploading the code ❤️❤️❤️ ❤️❤️❤️❤️

  • @namanmodi7536
    @namanmodi7536 2 ปีที่แล้ว +1

    can you please tell me how to retrive data from end

  • @許家文-z3m
    @許家文-z3m 2 ปีที่แล้ว

    Awesome tutorial. Thank you very much!!

  • @aldairtellocastaneda9161
    @aldairtellocastaneda9161 2 ปีที่แล้ว

    Hello, thanks for the tutorial.
    I have a small problem when implementing the Filterable in the adapter.
    The search was working well for me, and after implementing the pagination when doing the search it returns me on the data that was already shown and then it no longer shows any more data.

  • @peterkariuki9475
    @peterkariuki9475 3 ปีที่แล้ว +2

    Hi combo , I keep getting this error and the app crushes immedietly amnot sure whats wrong
    return ProductRef.orderByKey(). startAfter(key).limitToFirst(8);
    FATAL EXCEPTION: main
    ava.lang.RuntimeException: Unable to start activity ComponentInfo: java.lang.IllegalArgumentException: You must use startAt(String value), startAfter(String value), endAt(String value), endBefore(String value) or equalTo(String value) in combination with orderByKey(). Other type of values or using the version with 2 parameters is not supported

    • @aenaqadeer9464
      @aenaqadeer9464 2 ปีที่แล้ว

      Did u find the solution

    • @peterkariuki9475
      @peterkariuki9475 2 ปีที่แล้ว

      @@aenaqadeer9464 yes I did

    • @aenaqadeer9464
      @aenaqadeer9464 2 ปีที่แล้ว

      @@peterkariuki9475 can you share it with me?

    • @peterkariuki9475
      @peterkariuki9475 2 ปีที่แล้ว

      I paged the items... I can screenshot the items and send you via WhatsApp or email.

  • @lifeless8781
    @lifeless8781 ปีที่แล้ว

    Hi! awesome video!
    can you please helpme getting just the last information saved into the database and how to call it?
    i have like a month struggling with this.

  • @virajabeywardana5112
    @virajabeywardana5112 3 ปีที่แล้ว

    This video is awesome please make the next video asap! :D

  • @nnc4039
    @nnc4039 3 ปีที่แล้ว

    I couldn't see my items as you show at 12:31 I did everything same as you can you help me?

    • @sabarivasan8388
      @sabarivasan8388 3 ปีที่แล้ว

      with the same problem mate with endless refresh

    • @iamdeadhacker1208
      @iamdeadhacker1208 22 วันที่ผ่านมา

      Same Problem with me

  • @angelobunao2628
    @angelobunao2628 2 ปีที่แล้ว

    Sir can you help me in my code, mine's keep reapting the recycler view when i change data on my data base , can you help me fix this issue?

  • @youbsalama9309
    @youbsalama9309 2 ปีที่แล้ว

    do you know some technics to avoid out of memory when using many pictures?

    • @CamboTutorial
      @CamboTutorial  ปีที่แล้ว

      We use library Glide or Picasso

  • @Keihl03
    @Keihl03 3 ปีที่แล้ว

    What version is your android studio?

  • @redwanahmed9827
    @redwanahmed9827 3 ปีที่แล้ว +2

    Thanks for sharing this. You have been a huge help

    • @CamboTutorial
      @CamboTutorial  3 ปีที่แล้ว +1

      You have to convert to string, coz set text method is allow only text value. Ex:1+""

  • @therealityshow8264
    @therealityshow8264 3 ปีที่แล้ว +1

    Data not shown in recycler view. item layout not loads not shows anything

  • @neerajverma9226
    @neerajverma9226 3 ปีที่แล้ว

    Can you make the same thing using Paging 3 library?

  • @krishnavanshipraveenkumary7498
    @krishnavanshipraveenkumary7498 3 ปีที่แล้ว

    please make a video who to show native ads in recycle view and mix with firebase database in same project

  • @appsgames3513
    @appsgames3513 3 ปีที่แล้ว +1

    How to make realtime multiple web view with recycle view and control url,image,text using firebase make tutorial on it

    • @CamboTutorial
      @CamboTutorial  3 ปีที่แล้ว +1

      Sorry I dont understand.

    • @appsgames3513
      @appsgames3513 3 ปีที่แล้ว +1

      @@CamboTutorial I mean how to create multiple web view & display them in recycle view and control that web view url, image, text using firebase

  • @abah_aini
    @abah_aini 3 ปีที่แล้ว

    Bro, pls make a video how to implement database sqlcipher encrypt pass show to recyclview

  • @therealityshow8264
    @therealityshow8264 3 ปีที่แล้ว

    Appreciate your effort .but i can get result . I excactly follow your steps .what i cant get result

  • @elestirensincap1481
    @elestirensincap1481 3 ปีที่แล้ว

    thanks bro :)

  • @youbsalama9309
    @youbsalama9309 2 ปีที่แล้ว

    fun fact the __android:background__ make the error "Binary XML file line : Error Inflating class"

  • @wirelessmind9517
    @wirelessmind9517 2 ปีที่แล้ว

    Previous data is deleted bro

  • @barangaming6782
    @barangaming6782 3 ปีที่แล้ว

    Bro plz make a video
    how to show 1 facebook audience interstitlial ads per user per 1 day plz
    Because in my case I have hater plz!

    • @CamboTutorial
      @CamboTutorial  3 ปีที่แล้ว

      Thank you, I will make that after I finish this series firebase..

    • @barangaming6782
      @barangaming6782 3 ปีที่แล้ว

      Thanks for reply brother I want to show 1 ads show per 1 user in 24 hours
      Make sure you make for facebook audience network not admob
      And plz can you tell me in how much time you make video plz bro! My all work stopped for this! Thanks

  • @wirelessmind9517
    @wirelessmind9517 3 ปีที่แล้ว

    Can you provide source code

  • @futuregyan555
    @futuregyan555 2 ปีที่แล้ว

    data is duplicated on scrolling

    • @Kw710v
      @Kw710v 2 ปีที่แล้ว

      Did you fix ?

  • @therealityshow8264
    @therealityshow8264 3 ปีที่แล้ว

    My hours waste