Tuesday, August 2, 2011

[android-developers] Service Implemenration

Hi

I have a back ground service which is responsible for reading content from the mobile (on-demand) and send to Server through web service. When ever I call the service by default it is hitting onStart and from there I am creating separate thread to handle each request because the service might get multiple request at a same time. Is it a right approach or any hiccups?

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

No comments:

Post a Comment