I am reading a raw image from the network. This image has been read by an image sensor, not from a file.
These are the things I know about the image: ~ Height &a
Use Drawable create from stream. Here's how to do it with an HttpResponse, but you can get the inputstream anyway you want.
InputStream stream = response.getEntity().getContent(); Drawable drawable = Drawable.createFromStream(stream, "Get Full Image Task");