Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating specific section / group #429

Open
Veeksi opened this issue Jun 2, 2022 · 0 comments
Open

Updating specific section / group #429

Veeksi opened this issue Jun 2, 2022 · 0 comments
Labels

Comments

@Veeksi
Copy link

Veeksi commented Jun 2, 2022

Hey and thanks for this wonderful library,

What is the proper way to update specific section? Like in this example, we have n amount of sections that contain header and horizontal carousel. If I use updateAsync, I have to add all those sections even though I edit only carousel items in section 1. This usecase comes handy when Section 1 can contain for example two types of data (e.g. movie items / series) that can be controlled by filter menu, and therefore when the filter changes it could be cool to not update section 2 because the filter does not control it.

RecyclerView
    Section 1
        Header 1
        CarouselGroup 1 (Horizontal list)
            CarouselItems 1
    Section 2 
        Header 2
        CarouselGroup 2
            CarouselItems 2
@Veeksi Veeksi added the question label Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant