Android Question Back button in b4a

regay

Member
hello . How can i add button n change the color of navbar of application Thanks
back.jpg
 

regay

Member
See appcompat tutorials: https://www.b4x.com/android/forum/t...le-with-older-android-versions.48423/#content

Note that it is only available to licensed customers.

Hi erel can you help me I have two activities the first is main when I click label in main the image in main change but I my goal is to change the image in second activiy
Here's my code

If label3.Text = "EL NIDO" Then
StartActivity(sample)
Imageview1.Bitmap = LoadBitmap(File.DirAssets,"map.png")
End If
 
Upvote 0
Top