Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to periodically capture image from camera using a service. To keep the service alive when the activity is paused/stop, I should start it as a started service - that's what I learned studying Service documentations (I'm a newbie trying to learn Android)

How do I communicate with the service? Say, I want to send some notifications to the activity (which started the service) when I've captured some photo from the service?

share|improve this question
Hi there! Android Enthusiasts only deals with end user questions. Development questions should be asked on Stack Overflow. Please refer to the faq for what can be asked here. – Richard Borcsik Jul 20 '12 at 7:03
Didn't know that :| – giga Jul 20 '12 at 8:24

migrated from android.stackexchange.com Jul 20 '12 at 13:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.