skip to Main Content

I was trying to add this view in my app but I do not have any idea what it is.It has more than 10 tabs in it.
Is it a BottomNav or Tablayout? Any help would be appreciated.

I tried using recycleview but I was not satisfied with my implementation.

2

Answers


  1. This can only be achieved using a recyclerview. This gives the User Experience of a bottom bar but it is not actually a bottombar (technically).

    Login or Signup to reply.
  2. If you are looking for scrollable bottom Navigation view in that case, please check this library

    https://github.com/DaouMobile/ScrollBottomNavigationView?ref=androidexample365.com

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search