Android Question StdActionbar handle buttonclicked

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hello,
in the StdActionBar tutorial, when showing on how to use "ShowUpIndicator" there is this text:
"You can then handle the ButtonClicked event and use it to navigate to the "parent" activity".

So, what is this event?
 

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
If it is like this

B4X:
Sub Activity_ActionBarHomeClick
Activity.Finish
End Sub

I've got the same problem :(
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
That's the problem, the event isn't fired :(
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top