implementing swipe between tab using tab-host in Android

android, android-fragments, android-tabhost

Solution

If you are going to use Fragments, go by @vipulmittal answer Or else you want to implement touch listener like SimpleGestureListener based on your requirements. Good example is here

Problem

In Android can I implement swipe between tabs functionality using tab-host. Is it possible to use this functionality without fragments. When we are targeting older android versions how can we implement this feature. Can someone help me. Thank You!

Original source