Hi, i have a little problem using TabStrip and this .bas https://www.b4x.com/android/forum/threads/tabstripviewpagerextendet.88821/#content
im doing this
B4X:
Sub TabStrip1_PageSelected (Position As Int)
Log($"Current page: ${Position}"$)
Dim back As TabStripViewPagerExtendet...
I'm sure it's something obvious but I can't figure out where I'm going wrong,
I'm using the tabstrip to swipe between various layouts and I wish to load data from a JSON file, I've designed the layouts and loaded them
B4X:
Sub Activity_Create(FirstTime As Boolean)...