mamadou94Diop / feed-news-store4

5 stars 1 forks source link

Store #2

Open abumubaarak opened 3 years ago

abumubaarak commented 3 years ago

Can the app get the lastest data without pull-to-refresh?

Does Store handle that also?

mamadou94Diop commented 2 years ago

Sorry for responding lately . Store does not handle that feature itself, however, it is still possible programmatically to refresh your data. It is up to you to find the rules you want to be the trigger, the trivial one would be to call the refresh function every X (seconds, minutes): kind of polling.

Have a look at that article which can give you some indications: https://proandroiddev.com/polling-with-kotlin-channels-flows-1a69e94fdfe9