On Mar 21, 1:57 pm, novice <[EMAIL PROTECTED]> wrote:
> I have written a set of services which start at Boot up, I want them
> to share a common data structure which they can update and modify. Any
> idea how and where to create such a data structure and how to make
> different services access this data structure?
Hi,novice
Maybe creating another service which holds a common data structure for
other services will help.
A common data structure that shared by a set of services means that
structure is not of any of those services. So it would be better
separate the data structure and provide a service to get access to it.
This service can be called mini-memorydatabase, or whatever.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---