Hi! In my application I have a custom layout containing a linear layout, relative layout and a list view. The problem that I am facing is that when I set a onScrollListener on the ListView, I just get onScroll once. However if I run a similar code part of google's example list 9 i get onScroll callbacks everytime i swipe my finger on the listview.
Am I missing something the hierarchy is linearlayout + ---------relative layout -- some stuff + listivew -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

