https://www.b4x.com/android/forum/threads/actionbar-to-b4j-app.97553/#content
I have same question. Trying to start with B4j so B4a and B4i are easier later. (recently heard casual comment about that in a video)
B4a Way
I have same question. Trying to start with B4j so B4a and B4i are easier later. (recently heard casual comment about that in a video)
B4a Way
B4X:
Dim bd As BitmapDrawable
bd.Initialize(iKon)
B4XPages.GetManager.ActionBar.RunMethod("setHomeAsUpIndicator", Array(bd))
Sleep(0)
B4XPages.GetManager.ActionBar.RunMethod("setDisplayHomeAsUpEnabled", Array(True))
Last edited: