I have set up a tab strip with 2 pages using the Tabstrip example but cannot put a Table on page 1 when I open the activity. I'm creating the table with:
but can't figure out how to put the table on page 1 of the tabstrip. The table just shows above the tabstrip but both work. The Table is based on ScrollVeiw2D.
B4X:
tblJobs.AddToActivity(Activity, 1%x, 5%y, 100%x, 40%y)