You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the app starts currently a large green loading animation and credits are shown, and a message says that conversations are being loaded.
Is it possible that while the list is loading any new list item is being added to the list, so that as a user you have the impression the app is already ready and responding, and you don't have the impression you have "to wait for something to complete"?
Displaying the list while loading, which may (or may not) include permanent reordering, will - objectively - take longer all together, but for the user the - subjective - impression is that there is less to wait.
Animated credits, as now, could still be shown on the bottom of the screen while loading the list has not fully completed.
The text was updated successfully, but these errors were encountered:
@bittner I think that will require some changes on upstream hangups since a "connecting..." message is also the default behaviour there.
Alternatively what could be done was loading a cached version of the last status (last time the app was started) with a loading animation somewhere. The official hangouts app does this, displaying cached stuff while everything is loading in the background. But it does not give you any hints that it's still loading stuff. All of a sudden every conversation you've had while away from the app will show up at the same time, that's how you know everything is ready to go.
When the app starts currently a large green loading animation and credits are shown, and a message says that conversations are being loaded.
Is it possible that while the list is loading any new list item is being added to the list, so that as a user you have the impression the app is already ready and responding, and you don't have the impression you have "to wait for something to complete"?
Displaying the list while loading, which may (or may not) include permanent reordering, will - objectively - take longer all together, but for the user the - subjective - impression is that there is less to wait.
Animated credits, as now, could still be shown on the bottom of the screen while loading the list has not fully completed.
The text was updated successfully, but these errors were encountered: