The app loads all data again on every startup. This often needs 30 seconds on my phone, downloads circa 1mB and needs longer when on a slow connection.
Because the data gets updated only once a day it is not necessary to reload on every startup.
Possible solutions:
Save previous data and only reload when the user does it manually
Ask for example a server if there is new data and only reload if there is new data
Reload only after a few hours
Reload weh data is from yesterday or older and it is after 18:30 in the evening
The app loads all data again on every startup. This often needs 30 seconds on my phone, downloads circa 1mB and needs longer when on a slow connection. Because the data gets updated only once a day it is not necessary to reload on every startup.
Possible solutions:
Used app version: 1.2.4.1