Question activities an ImageViews

Heppy

Active Member
Licensed User
Longtime User
Hello.
I have two activities with ImageView each.
I can Assign the bitmap to each other to open the second activity

B4X:
. Activity1.ImageView1.Bitmap = Activity2.ImageView2.Bitmap
  StartActivity (Activity2)

In Eclipse putExtra I used to pass parameters between activities

Sorry for my english
 
Top