Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Beginner's guide to kotlin programming
~
Hunt, John.
Linked to FindBook
Google Book
Amazon
博客來
Beginner's guide to kotlin programming
Record Type:
Electronic resources : Monograph/item
Title/Author:
Beginner's guide to kotlin programming/ by John Hunt.
Author:
Hunt, John.
Published:
Cham :Springer International Publishing : : 2021.,
Description:
xxiv, 519 p. :ill. (some col.), digital ;24 cm.
[NT 15003449]:
Introduction -- Part 1: Kotlin Programming -- A First Kotlin Program -- Flow of Control -- Number Guessing Game -- Functions in Kotlin -- Higher Order Functions -- Curried Functions -- Part 2: Object Oriented Kotlin -- Kotlin Classes -- Objects and Companion Objects,- Further Kotlin Properties -- Scope and Conditional Functions -- Class Inheritance -- Abstract Classes -- Interfaces, Delegation and Enumerated Types -- Packages -- Nested and Inner Types -- Data Classes -- Sealed and Inline Classes and Typealias -- Operator Overloading -- Error and Exception Handling -- Extension Functions and Properties -- Part 3: Data Containers -- Arrays -- Collections -- Lists -- Sets -- Maps -- Pairs and Triples -- Generic Types -- Functional Programming and Containers -- Part 4: Concurrent Kotlin -- Coroutines -- Coroutine Channel Communications -- Part 5: Android Development -- Android Overview -- Applications and Activities -- Android Layouts and Events -- Android Tic Tac Toe.
Contained By:
Springer Nature eBook
Subject:
Computer programming. -
Online resource:
https://doi.org/10.1007/978-3-030-80893-8
ISBN:
9783030808938
Beginner's guide to kotlin programming
Hunt, John.
Beginner's guide to kotlin programming
[electronic resource] /by John Hunt. - Cham :Springer International Publishing :2021. - xxiv, 519 p. :ill. (some col.), digital ;24 cm.
Introduction -- Part 1: Kotlin Programming -- A First Kotlin Program -- Flow of Control -- Number Guessing Game -- Functions in Kotlin -- Higher Order Functions -- Curried Functions -- Part 2: Object Oriented Kotlin -- Kotlin Classes -- Objects and Companion Objects,- Further Kotlin Properties -- Scope and Conditional Functions -- Class Inheritance -- Abstract Classes -- Interfaces, Delegation and Enumerated Types -- Packages -- Nested and Inner Types -- Data Classes -- Sealed and Inline Classes and Typealias -- Operator Overloading -- Error and Exception Handling -- Extension Functions and Properties -- Part 3: Data Containers -- Arrays -- Collections -- Lists -- Sets -- Maps -- Pairs and Triples -- Generic Types -- Functional Programming and Containers -- Part 4: Concurrent Kotlin -- Coroutines -- Coroutine Channel Communications -- Part 5: Android Development -- Android Overview -- Applications and Activities -- Android Layouts and Events -- Android Tic Tac Toe.
Kotlin is an exciting new language that runs on Windows, macOS and Linux operating systems. It has also been adopted by Google as their preferred language for Android development. This textbook assumes very little knowledge of programming so whether you have dabbled with a little JavaScript, played with a bit of Python, written Java or have virtually no programming experience at all you will find that it is for you. The first part of the book introduces Kotlin program structures as well as conditional flow of control features such as if and when expressions as well as iteration loops such as for, while and do-while. Subsequent chapters explain how functions are implemented in Kotlin and introduce concepts from functional programming such as higher order functions and curried functions. The second part focusses on object oriented programming techniques, these include classes, inheritance, abstraction and interfaces. The third part presents container data types such as Arrays, and collections including Lists, Sets and Maps and the fourth part considers concurrency and parallelism using Kotlin coroutines. The book concludes with an introduction to Android mobile application development using Kotlin. Clear steps are provided explaining how to set up your environment and get started writing your own Kotlin programs. An important aspect of the book is teaching by example and there are many examples presented throughout the chapters. These examples are supported by a public GitHub repository that provides complete working code as well as sample solutions to the chapter exercises. This helps illustrate how to write well structured, clear, idiomatic Kotlin to build real applications.
ISBN: 9783030808938
Standard No.: 10.1007/978-3-030-80893-8doiSubjects--Topical Terms:
527209
Computer programming.
LC Class. No.: QA76.73.K68 / H88 2021
Dewey Class. No.: 005.133
Beginner's guide to kotlin programming
LDR
:03651nmm a2200325 a 4500
001
2253453
003
DE-He213
005
20211008134838.0
006
m d
007
cr nn 008maaau
008
220327s2021 sz s 0 eng d
020
$a
9783030808938
$q
(electronic bk.)
020
$a
9783030808921
$q
(paper)
024
7
$a
10.1007/978-3-030-80893-8
$2
doi
035
$a
978-3-030-80893-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.K68
$b
H88 2021
072
7
$a
U
$2
bicssc
072
7
$a
COM000000
$2
bisacsh
072
7
$a
UX
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.K68
$b
H941 2021
100
1
$a
Hunt, John.
$3
1308519
245
1 0
$a
Beginner's guide to kotlin programming
$h
[electronic resource] /
$c
by John Hunt.
260
$a
Cham :
$b
Springer International Publishing :
$b
Imprint: Springer,
$c
2021.
300
$a
xxiv, 519 p. :
$b
ill. (some col.), digital ;
$c
24 cm.
505
0
$a
Introduction -- Part 1: Kotlin Programming -- A First Kotlin Program -- Flow of Control -- Number Guessing Game -- Functions in Kotlin -- Higher Order Functions -- Curried Functions -- Part 2: Object Oriented Kotlin -- Kotlin Classes -- Objects and Companion Objects,- Further Kotlin Properties -- Scope and Conditional Functions -- Class Inheritance -- Abstract Classes -- Interfaces, Delegation and Enumerated Types -- Packages -- Nested and Inner Types -- Data Classes -- Sealed and Inline Classes and Typealias -- Operator Overloading -- Error and Exception Handling -- Extension Functions and Properties -- Part 3: Data Containers -- Arrays -- Collections -- Lists -- Sets -- Maps -- Pairs and Triples -- Generic Types -- Functional Programming and Containers -- Part 4: Concurrent Kotlin -- Coroutines -- Coroutine Channel Communications -- Part 5: Android Development -- Android Overview -- Applications and Activities -- Android Layouts and Events -- Android Tic Tac Toe.
520
$a
Kotlin is an exciting new language that runs on Windows, macOS and Linux operating systems. It has also been adopted by Google as their preferred language for Android development. This textbook assumes very little knowledge of programming so whether you have dabbled with a little JavaScript, played with a bit of Python, written Java or have virtually no programming experience at all you will find that it is for you. The first part of the book introduces Kotlin program structures as well as conditional flow of control features such as if and when expressions as well as iteration loops such as for, while and do-while. Subsequent chapters explain how functions are implemented in Kotlin and introduce concepts from functional programming such as higher order functions and curried functions. The second part focusses on object oriented programming techniques, these include classes, inheritance, abstraction and interfaces. The third part presents container data types such as Arrays, and collections including Lists, Sets and Maps and the fourth part considers concurrency and parallelism using Kotlin coroutines. The book concludes with an introduction to Android mobile application development using Kotlin. Clear steps are provided explaining how to set up your environment and get started writing your own Kotlin programs. An important aspect of the book is teaching by example and there are many examples presented throughout the chapters. These examples are supported by a public GitHub repository that provides complete working code as well as sample solutions to the chapter exercises. This helps illustrate how to write well structured, clear, idiomatic Kotlin to build real applications.
650
0
$a
Computer programming.
$3
527209
650
0
$a
Programming languages (Electronic computers)
$3
606806
650
1 4
$a
Professional Computing.
$3
3201325
650
2 4
$a
Programming Techniques.
$3
892496
650
2 4
$a
Coding and Information Theory.
$3
891252
650
2 4
$a
Mobile Computing.
$3
3201332
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-3-030-80893-8
950
$a
Computer Science (SpringerNature-11645)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9409975
電子資源
11.線上閱覽_V
電子書
EB QA76.73.K68 H88 2021
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login