I'm sure it has been answered from earlier than ever, but I can not find it: I have a TabHost There are three tabs, each with different views (no actions), what I want is that a swipe gesture is right to the left and the current view slides from the left side and the next slide slide from the right side, Thus changing the current tab Therefore, Interest to want to trigger a signal (instead of clicking on the tab) and changing animation current tab also.
I saw examples and tutorials on Viewflipper, but I'm not getting anybody who tells me how to slide between tabs.
Again, sorry that has been answered before, I can not find it right now
- stack overflow
- mobile tunes
Your gestures have to be defended with the Android gesture tool (you can find it in the emulator) and implement gesture listeners to listen to gesture events.
Comments
Post a Comment