[android-developers] Re: How can I send an image from an sql database to an android client?

2012-05-22 Thread Jeresam515
> > I don't know how I'd do that, but I have made sure the r used in the > decoding is correct by pasting the encoding of the image into there as r. > Using an online decoder I decoded it manually and it worked. -- You received this message because you are subscribed to the Google Groups "Andr

Re: [android-developers] Re: How can I send an image from an sql database to an android client?

2012-05-22 Thread Jason Teagle
It does seem to decode the string into bytes(ie: not null), but the image that is made from thos bytes by the bitmapfactory is null. -- You need to confirm that the decoded bytes at the client end match the original bytes at the server end. Can you manually download the image in question and

[android-developers] Re: How can I send an image from an sql database to an android client?

2012-05-22 Thread Jeresam515
It does seem to decode the string into bytes(ie: not null), but the image that is made from thos bytes by the bitmapfactory is null. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@go