Skip to content

Support for sticky headers #164

@elihart

Description

@elihart

We are working on this, and hope to release support in a 2.x release.

There are two ways to support this.

  1. An item decoration to copy the view of a model. This is simpler, but you lose touch functionality. This would be what we initially support.
  2. Using a custom layout manager to create a fully functional duplicate view. There are some libraries that use this approach, but I am hesitant to pursue it because layout managers are very complex and using Linear/GridLayoutManager is the safest/optimized approach. I have an idea on how we might extend LinearLayoutManager though, which I can hopefully work on over the next few months.

If anyone is interested in helping with these, please let me know!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions