I've been battling to get fling gesture detection working on my Android application today. Nothing has worked for me please help
public void onClick(View v) {Filter f = (Filter) v.getTag();
FilterFullscreenActivity.show(this, input, f);
}