Cargando…

Kotlin Programming Cookbook : Explore more than 100 recipes that show how to build robust mobile and web applications with Kotlin, Spring Boot, and Android.

The Android team has announced first-class support for Kotlin. This acts as an added boost to the language and more and more developers are now looking into Kotlin for their application development. This recipe based book will be your guide to get a firm hold on the Kotlin Programming language.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Karanpuria, Rashi
Otros Autores: Roy, Aanand Shekhar, Wong Ho, Mitchell
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mi 4500
001 EBOOKCENTRAL_on1022784245
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|---|||||
008 180210s2018 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d NLE  |d MERUC  |d YDX  |d VT2  |d OCLCQ  |d UKMGB  |d OCLCO  |d C6I  |d UKAHL  |d OCLCQ  |d OCLCO  |d UX1  |d K6U  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
015 |a GBB8G0601  |2 bnb 
016 7 |a 018754836  |2 Uk 
019 |a 1022197379  |a 1175622947 
020 |a 9781788475211 
020 |a 1788475216 
020 |a 9781788472142 
020 |a 1788472144 
024 3 |a 9781788472142 
029 1 |a UKMGB  |b 018754836 
029 1 |a AU@  |b 000066231826 
035 |a (OCoLC)1022784245  |z (OCoLC)1022197379  |z (OCoLC)1175622947 
037 |a B08556  |b 01201872 
050 4 |a QA76.76.A65 
082 0 4 |a 005.268  |2 23 
049 |a UAMI 
100 1 |a Karanpuria, Rashi. 
245 1 0 |a Kotlin Programming Cookbook :  |b Explore more than 100 recipes that show how to build robust mobile and web applications with Kotlin, Spring Boot, and Android. 
260 |a Birmingham :  |b Packt Publishing,  |c 2018. 
300 |a 1 online resource (423 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Installation and Working with Environment; Introduction; Creating Kotlin Android project; Getting ready; How to do it ... ; There's more ... ; How to use Gradle to run Kotlin code; Getting ready; How to do it ... ; There's more ... ; See also; How to run a Kotlin compiled class; Getting ready; How to do it ... ; How it works ... ; There's more ... ; How to build a self-executable JAR with Gradle and Kotlin; Getting ready; How to do it ... ; How it works ... ; Reading console input in Kotlin. 
505 8 |a Getting readyHow to do it ... ; How it works ... ; Converting Java code to Kotlin and vice versa; Getting ready; How to do it ... ; How it works ... ; How to write an idiomatic logger in Kotlin; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Escaping for Java identifiers that are keywords in Kotlin; Getting ready; How to do it ... ; How it works ... ; Disambiguating using the ""as"" keyword to locally rename the clashing entity; Getting ready; How to do it ... ; Doing bit manipulations in Kotlin; Getting ready; How to do it ... ; Or; and; xor; inv; shl; shr; ushr; How it works ... 
505 8 |a Parsing String to Long, Double, or IntGetting ready; How to do it ... ; Converting String to Long; Converting string to Long using string.toLongOrNull(); Converting with special radix; Parsing string to Long with special radix; How it works ... ; There's more ... ; Using String templates in Kotlin; How to do it ... ; How it works ... ; Thereâ#x80;#x99;s more ... ; Chapter 2: Control Flow; Introduction; Assigning result to an expression using the if keyword; Getting ready; How to do it ... ; There's more ... ; Using range with the when expression; Getting ready; How to do it ... ; How it works ... ; There's more ... 
505 8 |a Using when with custom objectsGetting ready; How to do it ... ; How it works ... ; Using tryâ#x80;#x93;catch as an expression; Getting ready; How to do it ... ; How it works ... ; There's more ... ; How to write a swap function in Kotlin using the also function; Getting ready; How to do it ... ; How it works ... ; There's more ... ; How to throw a custom exception in Kotlin; Getting ready; How to do it ... ; How it works ... ; How to make a multiconditional loop in Kotlin; Getting ready; How to do it ... ; How it works ... ; Chapter 3: Classes and Objects; Introduction; Initializing body of constructor; Getting ready. 
505 8 |a How to do it ... Converting one data type into another; Getting ready; How to do it ... ; How it works ... ; How to type check an object; Getting ready; How to do it ... ; How it works ... ; There's more ... ; How to work with an abstract class in Kotlin; Getting ready; How to do it ... ; How it works ... ; How to iterate over a class's properties in Kotlin; Getting ready; How to do it ... ; How it works ... ; There's more ... ; How to work with inline properties; Getting ready; How to do it ... ; How it works ... ; How to work with nested class; Getting ready; How to do it ... ; How it works ... ; There's more ... 
500 |a Getting class in Kotlin. 
520 |a The Android team has announced first-class support for Kotlin. This acts as an added boost to the language and more and more developers are now looking into Kotlin for their application development. This recipe based book will be your guide to get a firm hold on the Kotlin Programming language. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Application software  |x Development. 
650 0 |a Mobile apps  |x Development. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Applications mobiles  |x Développement. 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Mobile & handheld device programming  |x Apps programming.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Computers  |x Programming  |x General.  |2 bisacsh 
650 7 |a Computers  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
700 1 |a Roy, Aanand Shekhar. 
700 1 |a Wong Ho, Mitchell. 
758 |i has work:  |a Kotlin Programming Cookbook (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCXjQygrjh8wrmPxRjVgTvw  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Karanpuria, Rashi.  |t Kotlin Programming Cookbook : Explore more than 100 recipes that show how to build robust mobile and web applications with Kotlin, Spring Boot, and Android.  |d Birmingham : Packt Publishing, ©2018 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=5254604  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33863021 
938 |a EBL - Ebook Library  |b EBLB  |n EBL5254604 
938 |a YBP Library Services  |b YANK  |n 15132141 
994 |a 92  |b IZTAP