Hi,
I need to read an image filed from Sql Server database and show the image in ImageView. Can any body help me please. I have created a web service to read data from the server. I am getting all other fields without any problem, but I don't have any idea how to convert the image field to bitmap and display it in image view.
I am using HttpUtils to read data from Sql Server, and the data is returned to me as JSON String. Anybody please help me.
I need to read an image filed from Sql Server database and show the image in ImageView. Can any body help me please. I have created a web service to read data from the server. I am getting all other fields without any problem, but I don't have any idea how to convert the image field to bitmap and display it in image view.
I am using HttpUtils to read data from Sql Server, and the data is returned to me as JSON String. Anybody please help me.