[android-developers] Re: Problem in converting byte array in Bitmap.

2009-03-23 Thread Streets Of Boston
Is the byte-array you saved in the database *exactly* the same as the byte-array returnes by src.getBytes() in your getBitmapFromString (String) method? I'd be worried that c.getString() may change the underlying byte-array to adher to the default UTF-8 encoding. On Mar 23, 12:10 am, Komal

[android-developers] Re: Problem in converting byte array in Bitmap.

2009-03-22 Thread Komal
Somebody please help me,,why decodeByteArray(...) returns null Thanxs komal On Mar 20, 11:45 am, Komal komal...@gmail.com wrote: Hello, I want to store image in sqlite database. I tried to store it using BLOB and String, in both cases it store the image and can retrieve it but when  i