UsefulLinks
Computer Science
Mobile Application Development
Android App Development
1. Introduction to Android Development
2. Setting Up the Development Environment
3. Creating Your First Android Application
4. Core Application Components
5. User Interface Development
6. Advanced UI Components
7. Data Management and Storage
8. Application Architecture Patterns
9. Concurrency and Background Processing
10. Networking and Web Services
11. Device Features and Sensors
12. Permissions and Security
13. Testing and Quality Assurance
14. Performance Optimization
15. Debugging and Troubleshooting
16. App Distribution and Publishing
17. Advanced Topics
9.
Concurrency and Background Processing
9.1.
Threading in Android
9.1.1.
Main Thread
9.1.2.
Background Threads
9.1.3.
Thread Communication
9.1.4.
Thread Safety
9.2.
Kotlin Coroutines
9.2.1.
Coroutine Fundamentals
9.2.1.1.
Suspend Functions
9.2.1.2.
Coroutine Builders
9.2.1.3.
Coroutine Scope
9.2.2.
Dispatchers
9.2.2.1.
Main Dispatcher
9.2.2.2.
IO Dispatcher
9.2.2.3.
Default Dispatcher
9.2.2.4.
Unconfined Dispatcher
9.2.3.
Coroutine Management
9.2.3.1.
Job Management
9.2.3.2.
Cancellation
9.2.3.3.
Exception Handling
9.2.3.4.
Structured Concurrency
9.2.4.
Flow
9.2.4.1.
Flow Basics
9.2.4.2.
Flow Operators
9.2.4.3.
StateFlow
9.2.4.4.
SharedFlow
9.3.
Background Processing
9.3.1.
WorkManager
9.3.1.1.
Work Types
9.3.1.2.
Work Constraints
9.3.1.3.
Work Chaining
9.3.1.4.
Work Observation
9.3.2.
JobScheduler
9.3.2.1.
Job Scheduling
9.3.2.2.
Job Constraints
9.3.2.3.
Job Execution
9.3.3.
AlarmManager
9.3.3.1.
Alarm Types
9.3.3.2.
Alarm Scheduling
9.3.3.3.
Exact Alarms
9.4.
Performance Considerations
9.4.1.
Background Execution Limits
9.4.2.
Battery Optimization
9.4.3.
Doze Mode
9.4.4.
App Standby
Previous
8. Application Architecture Patterns
Go to top
Next
10. Networking and Web Services