Android Question using tabstrip pages in each activity

azzam223

Active Member
Licensed User
Longtime User
hello Can I fill tabstrip from main activity then 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
 

DonManfred

Expert
Licensed User
Longtime User
Can I fill tabstrip from main activity then handle every page from different activity
No
Tabstrip and ALL Pages in it are running in ONE Activity.
 
Upvote 0
Top