Hi,

  I need to implement a background service that connect to a JMS Server, 
listen for messages and do some stuff (send sms for a start, maybe call and 
play an audio file but not required for now)

  this is my main purpose, after I would need to implement a user interface 
to display some statistics.

  I need this app to be running all the time, it's really not for end user 
deployment but for a project I'm doing for the French Red Cross.

  I've installed the SDK environment, and start searching the docs & 
tutorial.

  I've found this 

http://developer.android.com/reference/android/app/Service.html

and particularly this : 

http://developer.android.com/reference/android/app/IntentService.html

that could suit my need, but would really use some advice, pointer, sample 
to achieve quicker my requirement...

Thanks for any help !
Thomas.

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