Android Question b4xview .getimage?

Pflichtfeld

Active Member
Licensed User
Erel helps, getting a bitmap from a b4xview with these lines
B4X:
Dim iv As ImageView = B4XView1
Dim bmp As Bitmap = iv.Bitmap
This is no crossplattform way, isn't it? Is there a crossplattform way as well?
 
Top