Is your service local? Running within the same process?

If so, there shouldn't be any need to use IPC.

And once you get rid of that, you could reuse your data objects by allocating them from a pool to take the load off the GC.

-- Kostya

06.10.2011 23:17, Jean-Michel пишет:
It is a navigation app.

Basiaclly I have a service that gets GPS location every second, stores
it in an array, and that array is passed  to the display activity thru
a bundle (using IPC)...

So yes a fairly large amount of data.


--
Kostya Vasilyev

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