Hello.
I have two activities with ImageView each.
I can Assign the bitmap to each other to open the second activity
In Eclipse putExtra I used to pass parameters between activities
Sorry for my english
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