PullToRefresh-ListView
PullToRefresh-ListView copied to clipboard
A generic, customizable, open source Android ListView implementation that has 'Pull to Refresh' functionality.
``` E/AndroidRuntime(26414): java.lang.RuntimeException: Unable to start activity ComponentInfo{eu.erikw.pulltorefresh.sample/eu.erikw.pulltorefresh.sample.PullToRefreshListViewSampleActivity}: android.view.InflateException: Binary XML file line #11: Error inflating class eu.erikw.PullToRefreshListView E/AndroidRuntime(26414): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195) E/AndroidRuntime(26414): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245) E/AndroidRuntime(26414): at android.app.ActivityThread.access$800(ActivityThread.java:135) E/AndroidRuntime(26414): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)...
for viewpager
The position is wrong (may be -1) if item is clicked when pulling or refreshing. ``` listView.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(AdapterView adapterView, View view, int position, long l)...
When we pull the list down the messages appear fine, the only problem is that the message comes above the other layout i have in the activity, then it disappears...
hmmm... I just upgraded to the latest Android studio and realised I need to fix the gradle settings.
HI, Wonderful work , but i have a very large project that uses several listfragments, so how do I use pulltorefresh there?
I have added it like here: ``` ``` main.xml should add these too.
fix the issue cause by build file.sample project is application ,not library. fix the issue cause by override style file.if override style file directly,it will cause some expection.like follows: ```...
Divider appears before the first item, how do i get rid of that? I have a 10dp of divider height between items, but I don't want it to appear before...
fffff