-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Managing Threads and Custom Services
This guide focuses on defining custom services including the various mechanisms for sending messages and managing threads to do background work. Android has many different abstractions related to messages and thread management which need to be summarized and understood. These threading abstractions are often related to defining custom services.
Services and
TODO: Needs Attention
- http://developer.android.com/guide/components/services.html
- http://developer.android.com/guide/components/processes-and-threads.html#Threads
- http://developer.android.com/training/multiple-threads/index.html
- http://developer.android.com/training/multiple-threads/define-runnable.html
- http://developer.android.com/training/multiple-threads/create-threadpool.html
- http://developer.android.com/training/multiple-threads/communicate-ui.html
Created by CodePath with much help from the community. Contributed content licensed under cc-wiki with attribution required. You are free to remix and reuse, as long as you attribute and use a similar license.
Finding these guides helpful?
We need help from the broader community to improve these guides, add new topics and keep the topics up-to-date. See our contribution guidelines here and our topic issues list for great ways to help out.
Check these same guides through our standalone viewer for a better browsing experience and an improved search. Follow us on twitter @codepath for access to more useful Android development resources.