(wrong button)

Base64 encoding if the data is going to be sent over HTTP. With a matching
code in the download part to do base64 decoding.

Preferably not putting the entire data in a string variable so as not cause
too much garbage collection.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

27.09.2010 15:57 пользователь "Stephen Jungels" <sjung...@gmail.com>
написал:

The decode byte array call expects JPEG compressed data.  You should
be consistent about either using unpacked bytes, as in your save
operation, or packed bytes, as in your read operation.

--SJ


On Mon, Sep 27, 2010 at 6:38 AM, Jey <jp9894562...@gmail.com> wrote:
> Hi all,
>
>       Am trying ...

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to