Author | Späth, Peter. author. Author. http://id.loc.gov/vocabulary/relators/aut |
---|---|
Title | Learn Kotlin for Android Development [electronic resource] : The Next Generation Language for Modern Android Apps Programming / by Peter Späth |
Imprint | Berkeley, CA : Apress : Imprint: Apress, 2019 |
Edition | 1st ed. 2019 |
Connect to | https://doi.org/10.1007/978-1-4842-4467-8 |
Descript | XXIV, 508 p. 29 illus. online resource |
Chapter 1: Your First Kotlin App: Hello Kotlin -- Chapter 2: Classes And Objects: Object Orientation Philosophy -- Chapter 3: Classes at Work: Properties And Functions -- Chapter 4: Classes And Objects: Extended Features -- Chapter 5: Expressions: Operations on Data -- Chapter 6: Comments in Kotlin Files -- Chapter 7: Structural Constructs: Loops, Decisions And Scopes -- Chapter 8: Exceptions: If Something Goes Wrong -- Chapter 9: Data Containers: Arrays And Collections -- Chapter 10: True, False And Undecided: Nullability -- Chapter 11: Handling Equality -- Chapter 12: Back to Math: Functional Programming -- Chapter 13: About Type Safety: Generics -- Chapter 14: Adding Hints: Annotations -- Chapter 15: Using The Java And Kotlin APIs -- Chapter 16: The Collections API -- Chapter 17: More APIs -- Chapter 18: Working in Parallel: Multithreading -- Chapter 19: Using External Libraries -- Chapter 20: XML And JSON -- Appendix A: Solutions to Exercises