jiulian

Results 2 comments of jiulian

mGestureDetector = new ItemClickGestureDetector(hostView.getContext(), new ItemClickGestureListener(hostView)); I solved the problem by change the ItemClickGestureDetector to GestureDetectorCompat mGestureDetector = new **GestureDetectorCompat**(hostView.getContext(), new ItemClickGestureListener(hostView));