I\'m using the following code to detect swipe in my Activity:
getWindow().getDecorView().getRootView().setOnTouchListener(new OnTouchListener() {
I think this is what you are looking for:
Swipe event in android ScrollView