I am using PullToRefresh in my android app. It is working fine so far.
Issue I am facing is when I download new x rows on "Release to refresh" from TOP new rows pushes existing rows and starts from 0 position it is annoying for the user. What I want is, after downloading new set of rows list should remain there and let user fling down to view new set of rows.
any idea how can I achieve this?