I have to make a custom tabbar for my android app like image (tabbar for the same app in iphone)
and when i pass from tab to other it make an animation.
How can I do this?
You can register a callback with the TabHost.onSetTabChangedListener() method., and trigger the animation from there. However, you should also keep in mind that TabHost is deprecated in Android, and you are trying to port very "iOS-ish" behavior to Android, which may not be very natural for your users.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With