Android Question How to change the title of an activity?

Argus19

Member
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
B4X:
Activity.Title = "I´m the title"
 
Upvote 0
Solution

Argus19

Member
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
Top