Hi to all,
I wish to handle an image within a custom Type like this:
Is this correct ?
If yes how to convert an image file (for eample within the File asset dir) into an array of bytes?
thanks in advance for your help
I wish to handle an image within a custom Type like this:
B4X:
Type custom (ItemName as string, ItemPic() As Byte)
Is this correct ?
If yes how to convert an image file (for eample within the File asset dir) into an array of bytes?
thanks in advance for your help