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

Improving perf in list load #48

Closed
ZacSweers opened this issue Oct 10, 2017 · 1 comment
Closed

Improving perf in list load #48

ZacSweers opened this issue Oct 10, 2017 · 1 comment

Comments

@ZacSweers
Copy link
Owner

ZacSweers commented Oct 10, 2017

Some prior art in #18 #39

Currently there are some jitters in lists. Ideas for improving this:

  • Switch items to ConstraintLayout
    • I for the life of me can't get them to work every time I've tried. They look fine in the editor, then explode at runtime.
  • Switch to Litho
    • Probably most performant, but also pretty different
  • Arch components paging (Investigate switching to arch components paging #39)
    • Could be done in tandem with the rest here
  • Use spannablestrings for attribution and header texts to reduce view count
    • This could possibly make ConstraintLayout easier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant