Reading a Byte Array into an Image

MattLuckham

Member
Licensed User
Longtime User
Hi, I am nearly there with my new functionality.

I have used the Camera code to take a picture. I have then successfully posted this data using PostBytes of HTTP Job and stored the camera image in a SQL Database.

I have then viewed this image in a couple of other sources which is great.

OK, now I want to download this image back onto my Basic4Android App.

The image is stored in a SQL Database and is in binary format. I am able to communicate to a web site that can access the table and the byte array.

I am a little stuck as to how I now download this byte array into Basic4Android and display it on a screen?

Could anyone point me in the right direction? :BangHead:
 
Top