Android Question [B4x]-compatible TabHost/Tabstrip/ViewPager?

fredo

Well-Known Member
Licensed User
Longtime User
During the creation of a new B4X application the question for a TabStripViewer arose.

The example project "[B4X] [XUI] Page Indicator" shows a possible way of implementation.

As it looks, however, the elements of the TabsContainer such as labels can only be reached using an Android-specific solution.

Does anyone know a B4x-compatible TabHost/Tabstrip/ViewPager?
 

Alexander Stolte

Expert
Licensed User
Longtime User
I was working on it 3 month ago, but my challenge was the indicator line. My goal was to have a line movment depends on the finger position on the list.

It is based on the Xcustomlistview. And only compatible with B4A and B4I (not tested) on B4J there was no touch scrolling on the horizontal list.
astabstrip.gif
 

Attachments

  • ASTabStrip.bas
    17.3 KB · Views: 349
  • AS TabStrip B4A Example.zip
    72.1 KB · Views: 339
Upvote 0
Top