Is possible to change the tab by click replace for swipe between tabs?
B4X:
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("ly_InstallationResult")
TabStrip1.LoadLayout("ly_InstallationResultPhoto","Take Photo") '/0
TabStrip1.LoadLayout("ly_InstallationResultPage2","Signature") '/3
end sub