Android Question B4X Photo Album

makis_best

Well-Known Member
Licensed User
Longtime User
Hi.

I want to create one album like this example.
The difference is that I have pictures in sqlite in one blob field.
How I must change the code so I can display the images in update sub.

Thank you
 

makis_best

Well-Known Member
Licensed User
Longtime User
I can read the images from database....
I can't find how I can display the photos on every cell.
I mean I need to replace this line
B4X:
iv.SetBitmap(xui.LoadBitmapResize("", row.Get(column.Id), iv.Width, iv.Height, False))
With.... ??????
 
Upvote 0
Top