-2

I have one ListView with BaseAdapter.

Normally we see that ListView that refresh when user go to 1st position and then If User swipe the Listview at upside from first position then list of the ListView is refresh.

I want to apply that in android can any one tell me how it is possible ?

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Pooja Roy
  • 545
  • 5
  • 25
  • atleast clear your requirement then ask question. you want to apply pull to refresh functionality in your listview.. – Sagar Maiyad May 06 '14 at 09:53
  • try this which is already posted http://stackoverflow.com/questions/22543047/android-pull-to-refresh-with-listview-fragment-custom-listview-adapter – jack May 06 '14 at 09:56
  • and this tutorial is very helpful depends on your requirement http://sharedstate.net/archives/pull-to-refresh – jack May 06 '14 at 09:58

1 Answers1

2

Basically this is called pull to refresh.

this is a good tutorials . Read here how to implement it.

and this is one more.

and you can read. Swipe Refresh layout to from developer.android.com

Waqar Ahmed
  • 5,005
  • 2
  • 23
  • 45