Well,
Uri seems good if I send the big image files,
but I want to pass the small bitmaps like 25 x 25.
I thought it is more efficient for small bitmaps.

hmm..
as you said,
1. the client made all Bitmaps to Uri ( by content provider? )
2. the client send the Uri to the server instead of Bitmap
may be good.

By the way,
is it possible to pass the pairs of the data using Bundle?
Because Map support the iteration, so I can get the data pairs in the
right order,
but I am not sure the Bundle can.


Thanks. :)

On Aug 12, 5:37 pm, FrankG <[email protected]> wrote:
> On 12 Aug., 04:13, QasewKim <[email protected]> wrote:
>
> > 2. If I want to pass the Bitmap through AIDL,
> > is it possible to use Bundle also?
> > Do I have to convert "Bitmap to ByteArray" ?
>
> Sorry, why do you want to pass a bitmap via AIDL ?
>
> Why not using an Intent with an Uri as Extra field ?
>
> Good luck !
>
>   Frank

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to