Android Question Noob question: where can I find the ImageView library and example?

Where can I find the ImageView library example code?

I wish to do a fairly simple thing: resize and centre a JPG on the display using this code...

ImageView1.Bitmap = LoadBitmapResize(Dir, FileName, Imv.Width, Imv.Height, True)
ImageView1.Gravity = Gravity.CENTER
 

Alexander Stolte

Expert
Licensed User
Longtime User
Or you are using the B4XImageView, its a part of the "XUI Views" lib.
 
Upvote 0
Top