Skip to content

Instantly share code, notes, and snippets.

@PaNaVTEC
PaNaVTEC / PulldownListViewHelper
Last active August 29, 2015 14:05
PullDown Android detector
import android.widget.AbsListView;
import android.widget.ListView;
/**
* Makes a listview to have a pull down, this is a wrapper.
* Is not a good idea to override a ListView because there
* are a lot of libraries and we dont know when we need one.
*/
public class PulldownListViewHelper {