1. In Toutiao, the refreshed data is different every time you pull down. Normally, the news will be stored in a table, and the oldest data will be placed in front, and the top data will not change again if it is refreshed.
The same is true for her community. (I will not discuss the recommendation algorithm of Toutiao)
1. In Toutiao, the refreshed data is different every time you pull down. Normally, the news will be stored in a table, and the oldest data will be placed in front, and the top data will not change even if it is refreshed.
The same is true for her community. (I will not discuss the recommendation algorithm of Toutiao)
Personally, I think it should be the paging principle used. The first pull-down refresh corresponds to the first page, the second time to the second page, and then the backend queries the database based on this number of times