I've read through the N+1 video from Stuart and some other tutorials. But none of them seems to cover how to implement a infinite scroll list or push down to refresh list.
I think they are quite common in mobile apps. Can anyone please shed some light on how to do this?
edited: Specific in how to implement it on Android and iOS with MVVMCross