Martijnsx2
Member
Hi,
I am looking to make an app with multiple pages and tabs. The TabStripViewPager is a nice example.
I have some questions.
I am looking to make an app with multiple pages and tabs. The TabStripViewPager is a nice example.
TabStripViewPager - Better ViewPager
This library is based on the following open source project: https://github.com/astuetz/PagerSlidingTabStrip License: http://www.apache.org/licenses/LICENSE-2.0 It is an alternative to StdViewPager. It is simpler to use and looks better. It is implemented as a custom view. It requires B4A v5.8+...
www.b4x.com
I have some questions.
- 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?
- 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.
- 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.