Skip to main content

All Questions

2 votes
2 answers
1k views

Why isn't my BroadcastReceiver starting on the Android Emulator?

I'm new to Android development, and I'm trying to create a simple "proof of concept application" which will run as a background service. I'm trying to use IntentService with a BroadcastReceiver to ...
CamHart's user avatar
  • 4,335
-5 votes
2 answers
405 views

Starting an Android Service

Sorry if this is a dumb question but how do initiate an android service? I cant figure out the error code on public class scilentservice extends IntentService { (see code below). I think it might have ...
Abe Zukor's user avatar