Hi everyone, here I am again asking for help from you experts: I created this application with a TabHost ... now I put a CurrentTab and when I change the layout it changes the title at the top with a number (based on the position of the layout), I wanted to ask if it was possible to make the currentTab not refer to a number but to a string written by me. (eg "Page 1,2,3 etc). Is it possible?
TabNav_TabChanged:
Sub TabNav_TabChanged
Activity.Title = TabNav.CurrentTab
End Sub