Re: [android-developers] As a first step a bitmap image to a field blod

2012-04-24 Thread Justin Anderson
Byte [] imagenB = bmp.toString ()). GetBytes () You want to convert the bitmap to a string? And then you want to get the bytes in the string? That doesn't make sense. What you need to do is create an OutputStream and then use Bitmap's compress method:

[android-developers] As a first step a bitmap image to a field blod

2012-04-22 Thread InFeRNo
As a first step a bitmap image to a field blod Byte [] imagenB = bmp.toString ()). GetBytes (), but to save only is recorded as [B @45786532 to read it I get the imageview in black but without error somebody help me. -- You received this message because you are subscribed to the Google