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