First time asking on StackOverflow, so forgive me for its structure.
BACKGROUND:
I am just learning about SWIPE-TO-REFRESH and I want to add the functionality into my android application. I am also reading the documentation and watching tutorials on youtube.
QUESTION:
Is it better to add a delay timer (let's say for 3 seconds) on the reload or once you swipe up - instantly reload the page? Does it matter depending on how much stuff you have running the background of your application or not?
Thanks in advance :)
CodePudding user response:
