A Argus19 Member Jul 23, 2024 #1 There is a function: B4X: Activity.Title , which expects an array Char. Need an example of how to use it correctly.
There is a function: B4X: Activity.Title , which expects an array Char. Need an example of how to use it correctly.
DonManfred Expert Licensed User Longtime User Jul 23, 2024 #2 B4X: Activity.Title = "I´m the title" Upvote 0 Solution
Erel B4X founder Staff member Licensed User Longtime User Jul 24, 2024 #4 And for B4XPages projects: B4X: B4XPages.SetTitle(Me, "I'm the title") Upvote 0
A Argus19 Member Jul 25, 2024 #5 Erel, thanks! Is it possible to change the name of an existing activity? How to create the correct .apk file name during design? Upvote 0
Erel, thanks! Is it possible to change the name of an existing activity? How to create the correct .apk file name during design?
Erel B4X founder Staff member Licensed User Longtime User Jul 28, 2024 #6 Argus19 said: How to create the correct .apk file name during design? Click to expand... The APK name isn't important. Upvote 0
Argus19 said: How to create the correct .apk file name during design? Click to expand... The APK name isn't important.