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

Display things as early as possible, don't wait for other data. #12

Open
timbl opened this issue Mar 20, 2023 · 0 comments
Open

Display things as early as possible, don't wait for other data. #12

timbl opened this issue Mar 20, 2023 · 0 comments

Comments

@timbl
Copy link

timbl commented Mar 20, 2023

It is an art getting apps to display stuff quickly. Some ideas, probably missing a bunch.

Make sure you display useful stuff the moment you can, and don't block the thread waiting for other things.

So if my collection is loaded don't wait for others' collections to be loaded to display mine.

Maybe display each movie when it has come in, so the user has something to look at. But then when they have a screen full, then the urgency to load more is less.

Pull in data from more remote places, and larger lists of movies, in the background.

  • Display blank card for a movie and fill it in asynchronously as the data comes in?
  • Prioritize filling out the blanks which the user is looking at?
  • Display progress bars for long loads?

Test it with friends who have a lot of movies and some which have a few.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant