Introduction to Paging - MAD Skills

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

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

  • @purpledaysable
    @purpledaysable 3 ปีที่แล้ว +6

    I'm grateful to you and many others here at TH-cam for revealing and sharing the mysteries of app development. Thanks Lots!

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

    Today I am starting over with learning, while watching and listening to you and other remarkable people here @ TH-cam. Thank you for your generosity of detail and answers to questions that I didn't know to ask!

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

    4:00 we can check if the length of the page is less than the requested page size, if so nextKey will be null
    this solution will save a potential request with empty response.

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

    unfortunately we will not be able to do some advanced sorting to the list before submit it the adapter!

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

    Who knows the git repo link for this demo?

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

    How would you connect paging with a cache to avoid re-fetching the same items?

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

    Finally , something useful. I have been busting my brain on this thing for so long.

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

    Does anyone know what editor theme is this?

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

    Thanks for material :)

  • @ГеоргийЧеботарёв-к3и
    @ГеоргийЧеботарёв-к3и 3 ปีที่แล้ว

    Nice lib, will try it in our project

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

    One thing that made me confused is pageSize defines the amount of item. I thought that i will be loading 30 pages at a time, turned out it was 30 items.

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

    Nice library.

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

    Wow 👏👍

  • @СергейИлюхин-к9р
    @СергейИлюхин-к9р 3 ปีที่แล้ว

    important information

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

    bm - 5:16

  • @ДмитрийЕлькин-р1о
    @ДмитрийЕлькин-р1о 3 ปีที่แล้ว

    Great!

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

    nice video

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

    👍

  • @mapsgoogle.youtube.live.fb1170
    @mapsgoogle.youtube.live.fb1170 3 ปีที่แล้ว

    👀

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

    Sucking Android Development. Always introducing new things. keep on high the learning curve even after 10 years of experience. Pathetic Field

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

    What android lacks is optimization for instagram and snapchat. Improve this soon as possible

  • @χρηστοςΜπακολουκας
    @χρηστοςΜπακολουκας 3 ปีที่แล้ว

    !

  • @Ruhulamin-ur3kw
    @Ruhulamin-ur3kw 3 ปีที่แล้ว +2

    Im right now java for android app development. Please describe pagination library in java

    • @fadejimiadegbulugbe5468
      @fadejimiadegbulugbe5468 3 ปีที่แล้ว +5

      I think Google is moving to kotlin not sure they would continue to support Java for long

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

      @@fadejimiadegbulugbe5468 kotlin runs on top of java...It can't be removed.

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

      @@mymusicloversworld Jetpack compose is compiled using kotlin compiler to convert to machine code. One JVM is required in that case to run kotlin.

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

      It’s not Google’s problem that you’re using an old tech stack. It wouldn’t make sense to make two videos one for Java and one for Kotlin.

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

      Enable kotlin in project and you're good to go.

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

    Do JAVA!!!

    • @gusandrianos
      @gusandrianos 3 ปีที่แล้ว +8

      Learn Kotlin

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

      Java sucks

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

    Java is much better than kotlin

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

      It depends on the developer early programming language he used.

    • @ahmad7a.4k28
      @ahmad7a.4k28 3 ปีที่แล้ว +2

      Why ؟?

    • @vengateshm2122
      @vengateshm2122 3 ปีที่แล้ว +5

      @@ahmad7a.4k28
      First of all kotlin is less verbose than java and people who come from swift, JS, Haskell, scala can easily correlate the syntax.
      As a java android developer I had difficulty in understanding the kotlin DSLs but on continuous learning it becomes easier than before.
      Now I code in java in my company and kotlin in my home.

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

      @@vengateshm2122 good

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

      No it’s not.