Skip to content Skip to sidebar Skip to footer

Touch Event Not Working With Horizontal List View (devsmart Lib)

I have implemented horizontal list view inside vertical list view using librarty: https://github.com/dinocore1/DevsmartLib-Android. It is working fine. I have to implement touch li

Solution 1:

This is your solution. You need to override the onTouchEvent() as given in following answer- https://stackoverflow.com/a/7882050/609782


Post a Comment for "Touch Event Not Working With Horizontal List View (devsmart Lib)"