Programming Android with Kotlin achieving structured concurrency with coroutines
Developing applications for the Android mobile operating system can seem daunting, particularly if it requires learning a new programming language: Kotlin, now Android?́?s officialdevelopment language. With this practical book, Android developers will learn how to make the transition from Java to Ko...
Autor principal: | |
---|---|
Otros Autores: | , , |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol :
O'Reilly Media, Incorporated
2022.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009639602906719 |
Tabla de Contenidos:
- 1. Kotlin essentials
- 2. The Kotlin collections framework
- 3. Android fundamentals
- 4. Concurrency in Android
- 5. Thread safety
- 6. Handling concurrency using callbacks
- 7. Coroutines concepts
- 8. Structured concurrency with coroutines
- 9. Channels
- 10. Flows
- 11. Performance considerations with Android profiling tools
- 12. Trimming down resource consumption with performance optimizations.