Swipe with tab host
问题 I have a TabHost control (not in actionbar), and I want to make the tabs to change when the user swipes the context on each tab (something like whatsapp emoji tabs). How can I do this? EDIT The feel is also important. I want that the contexts should have scroll animations (No matter if the user swipe or if the tab is clicked). 回答1: Go through this link http://thepseudocoder.wordpress.com/2011/10/13/android-tabs-viewpager-swipe-able-tabs-ftw/ You can use a gesture detector. GestureDetector