MPA

From the to-do list: MPA V1.0: post API integration

✔ Optimize request when scrolling

Comments

Pierre henri Seylan on July 4, 2019:

In some cases, the app keeps sending sever request to load datas even if all the datas are already loaded.

This is the case for example in the sound library list view, once all datas are loaded for a given search, the app keeps sending request when the user scrolls.

We have made some fixes for the grid view with Daniel, but it seems that some cases are remaining.
Let's try to fix it by disabling further requests if all datas are loaded for a given search

See the video below:
https://www.dropbox.com/s/u47p1rykw0ws5y4/loading%20list%20view.mov?dl=0

Karim Alabtakh on July 9, 2019:

done