No, I am serialising to disk.

Do you think it could work out?

Any idea how to use Parcelable ?

Many thanks,
Jean-Michel

On 5 oct, 16:43, Daniel Drozdzewski <[email protected]>
wrote:

> Now luckily for you, Location in Android implements Parcelable
> interface, which could be of help, depending where are you sending to
> and receiveing from your Leg/Location related data.
> If it is within the same machine between a service and an activity,
> then you are fine.  If you are passing it via network, you need to
> implement a DTO, that implements Serializeable and holds all the
> necessary data that you depend on. You then pass that DTO and with its
> help you create new Location object at the receiving end.
>
> HTH
>
> --
> Daniel Drozdzewski

-- 
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