-3

I was making my app when I thought I'd look at other apps for inspiration, when I came across this toolbar implementation.

Toolbar with carousel

Does anyone know how to implement this?

Sriram R
  • 2,109
  • 3
  • 23
  • 40

1 Answers1

0

It is using FragmentStatePager which uses fragment for its implementation. The menu has been set up and aligned using ActionMenuView. Tablayout is also being used for the category

HaroldSer
  • 2,025
  • 2
  • 12
  • 23