sauravtom / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

onScrollListener for shouldDelay method. #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tried using a custom scrollListener in my activity class. It doesn't work. 
2. Using the suggested steps, namely:
    aq.id(listview).scrolled(new customScrollListener());
    aq.id(listview).adapter(myAdapter);

  Does not work. Tried it in the adapter class and in the Activity class.

What is the expected output? What do you see instead?

Expected the scroll listener to work. it doesn't.

What version of the product are you using? On what operating system?

Downloaded android-query-full.0.23.16.jar.

Please provide any additional information below.

Original issue reported on code.google.com by rameez...@gmail.com on 20 Nov 2012 at 8:51

GoogleCodeExporter commented 8 years ago
I cannot reproduce. Seems working fine.

Please post more code (more the better) and I can debug it. Also possible that 
exceptions happened in the scroll listener methods. 

Thanks.

Original comment by tinyeeliu@gmail.com on 30 Nov 2012 at 2:34

GoogleCodeExporter commented 8 years ago

Original comment by tinyeeliu@gmail.com on 30 Nov 2012 at 2:34