Android Example Long-running background service example: AutoCount

In debugging my current app I needed to reset back to basics to debug some code. I ended up creating this simple app which contains all the basics of a long-running background service (taken from Erel's MyLocation example). The main activity and the service share data in a Keystore. I'm sharing it because it might be of help to some in demystifying some of the concepts, which can take lots of time at first. Might not be the most elegant way to do this, but at least it works . Comments welcome.
 

Attachments

  • BackgroundAutoCount.zip
    10.7 KB · Views: 732
Cookies are required to use this site. You must accept them to continue using the site. Learn more…