Android ListView Pull Down to Refresh

android, listview

Solution

@elimirks pointed me to correct direction for using ActionBar-PullToRefresh, but for being newbie I was getting a lot or errors and was not able to use it well until I found ActionBar Pull To Refresh Tutorial. To use `ActionBar-PullToRefresh` the other library SmoothProgressBar is also required and need to be configured.

Thanks.

Problem

Is there any default function that exists like in iOS to update a listview ? Or any other library ?

Original source

Related problems