hello Can I fill tabstrip from main activity then handle every page from different activity
I mean Adding tabstrip pages in the main activity
then handle the first page from second activity and second page from third activity So I can Change text and other properties from the target activity Is this not true So what is the right way to do that I want To handle every page from different activity
I mean Adding tabstrip pages in the main activity
B4X:
tabstrip.loadlayout("first page","")
tabstrip.loadlayout("secondpage","")
tabstrip.loadlayout("second page","")
then handle the first page from second activity and second page from third activity So I can Change text and other properties from the target activity Is this not true So what is the right way to do that I want To handle every page from different activity