I would like to get navigation in my application, e.g. Pinterest or Trello, i.e. several three tabs for navigation + horizontal scrolling. I created a custom tab for this (because I couldnโt figure out how to change the width of the tabs in my action bar with the TAB navigation mode). Therefore, I have three buttons to go from one fragment to another. Now I would like to use horizontal scrolling like these two examples to also navigate between my fragments. I read about View Pager, but I donโt know if this is suitable for my business, since I have not only views, but fragments. Does anyone have an example or idea on how to do this? Can I apply it to various activities? Thanks
source share