DiffUtil - Improve performance of Recyclerview

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

КОМЕНТАРІ • 16

  • @niketjain9829
    @niketjain9829 4 роки тому

    This is how a tutorial must be. Great Explanation Sir. I have applied this methods on my project. :D

  • @MunirHoque
    @MunirHoque  4 роки тому +1

    Actual coding starts from 04:52 . If you already know about DiffUtil and how DiffUtil works, you can start from 04:52

  • @user-ss7wd2ev9e
    @user-ss7wd2ev9e 3 роки тому

    Please make room database playlist and projects!!!

  • @AnuragKumar-lv3ul
    @AnuragKumar-lv3ul 4 роки тому

    Sir may you make a video on how to apply searchView in recycle View

  • @ultimat.
    @ultimat. 3 роки тому

    hello I am looking for a well explained tutorial or a source. a list view or card view which will open another list view or cardview and this 3 or 4 times in a row
    example: that item 1 of my first parent view list, opens another view list with another item (child view list) and that this last one still opens a small child view list or cardview.

  • @brucebane7401
    @brucebane7401 3 роки тому

    amazing sir !!!!!

  • @pyaephyokyaw1773
    @pyaephyokyaw1773 4 роки тому +1

    Can you help me create a tutorial for android? Tablayout with 4 tabs and Viewpager (with Fragment in each Viewpager) . RecyclerView in one of the Fragments. Using LiveData and mvvm architecture, please load data from a data source to RecyclerView with LiveData.... I hope someone will help me... please... I asked many times on stack overflow, UA-cam channel but no one answered me...so please kindly make a tutorial...

    • @MunirHoque
      @MunirHoque  4 роки тому +1

      I would like to make such tutorial. But I need some time to make such a big tutorial

    • @pyaephyokyaw1773
      @pyaephyokyaw1773 4 роки тому

      @@MunirHoque Thank you... I'm waiting ....😍😍

  • @yasminedwedar8651
    @yasminedwedar8651 4 роки тому

    A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
    i get this error what do i do

    • @israfilcc
      @israfilcc 3 роки тому

      classic Kotlin error

  • @akram._.
    @akram._. 4 роки тому

    Thanks a lot sir, I have a question about recyclerview I have 3 thousand items each one has its title, description, image, and other info what is the best way to put the items in recyclerview, I don't want to put the info of items in the web I want everything to operate in local without the need to use the internet, thanks sir again.

    • @MunirHoque
      @MunirHoque  4 роки тому +2

      You can do it using caching. Please use a WorkManager to get data from Web by Retrofit and store those data to your SQL database. Later use this SQL to populate the data into your RecyclerView. using MVVM will make this whole scenario better.

    • @akram._.
      @akram._. 4 роки тому

      @@MunirHoque Thank you sir for your replay, is there a tutorial you would recommend thanks again sir

  • @fahrican9708
    @fahrican9708 4 роки тому

    good tutorial!