Use TabLayout + ViewPager + Toolbar to implement this Material Design effect?
Use TabLayout + ViewPager + Toolbar to implement this Material Design effect?
Hi!I want to implement a swipe effect like this:
sample from google material design
I've thought about 3 ways:
My Questions:
Could you help me?
Thank you
I think you may use BottomNavigation material.io/design/components/bottom-navigation.html#
– Mayur Patel
Sep 4 at 4:19
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
It seems to me tab layout and viewpager will do for it, give it a go!
– Alessio
Sep 4 at 4:03