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
Downloading initial data takes a significant amount of time, even though the amount of data is not very large. Users have to wait until synchronization is completed in order to start using the application.
Proposed Solution:
Bundle the application with the initial data and populate the database with that data on the first start. This might include track information and search index data. This approach should be faster and improve the user experience.
Download zip with all required data and use it to populate database.
Problem Statement:
Downloading initial data takes a significant amount of time, even though the amount of data is not very large. Users have to wait until synchronization is completed in order to start using the application.
Proposed Solution:
Implementation Plan:
The text was updated successfully, but these errors were encountered: