Android Question TabstripViewPager

Hi,

I am looking to make an app with multiple pages and tabs. The TabStripViewPager is a nice example.


I have some questions.
  1. I want the tabs to be on the bottom of the screen instead of the top. Tried many different settings and none worked. Can someone show me how to do that?
  2. Instead of text i want to use graphic/images for the tabs. How can i do that? I know of the FontAwesome and Material icons but these are limited to the predefined icons.
  3. Is it not simpler to use 4 layouts/forms and make 4 buttons on the bottom that link to the different layout/forms? Swiping will not work but i do not need that.
Thanks you very much!
 

Peter Simpson

Expert
Licensed User
Longtime User
@Martijnsx2 Have you seen this library from DonManfred
 
Upvote 0
Top