RefreshableListView
RefreshableListView copied to clipboard
Twitter like pull to refresh ListView on Android
To curb this I added a big try/catch inside of `dispatchTouchEvent` that returns false. ``` Fatal Exception: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255) at java.util.ArrayList.get(ArrayList.java:308) at android.widget.HeaderViewListAdapter.isEnabled(HeaderViewListAdapter.java:164)...
I'm using your RefreshableListView on my APP, it is amazing. :+1: But nearly days, as a report from Crashlytics, I got about 20 NullPointerExcepton from this. Here's full error stack,...
Great library, thank you! I ran into this issue, but sorry I don't have a patch: If the RefreshableListView has a top padding, the getChildAt(0).getTop() returns non-zero and many of...
Hi Daniel. Great job!!!!!!!! Easy to use.... very nice!!!!! My friend, I´m at begin in java (android) and I really don´t know to to do that. As I could see,...
First thank you for sharing such a nice listview ^^ I add a try-catch block in public boolean dispatchTouchEvent(MotionEvent ev) and catch the exception NULL-EXCEPTION.
First time enter, Arrow icon is visible if Arrow drawable is put on drawable instead drawable-hdpi
Step to reproduce: - Move refreshable_listview_arrow.png from drawable-hdpi to drawable - Build and run application - You will see first time enter Listview, now arrow icon is visible (just a...