The app always has to reload all the data. This is completely unnecessary and leads to a very large volume of data that is repeatedly transmitted. It would make sense to load metadata such as images only once and save them in a local cache. In addition, the app should also work when there is no internet connection. (Not all branches have reception). Caching would also solve the problem here.
Loading...