[android-developers] I need a way to get hold of a populated hashmap from a service?
Hi,
Would you suggest using the steps mentioned in the blog below to bind
to a running service? I need a way to get hold of a populated hashmap
from my service?
bindService(mServiceIntent, mConnection, Context.BIND_AUTO_CREATE);
...
http://www.ozdroid.com/#!BLOG/2010/12/19/How_to_make_a_local_Service_and_bind_to_it_in_Android
Instead of working with and returning a database I would liketo return
a hashmap.
thanks graham
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home