Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Mastering Android Development with Kotlin

Posted By: Grev27
Mastering Android Development with Kotlin

Milos Vasic, "Mastering Android Development with Kotlin"
English | ISBN: 1788473698 | 2017 | EPUB | 501 pages | 17,3 MB

Key Features
Learn how to make Android development much faster using of Kotlin as a primary development language, from basics to advanced, to write better quality code.
Build amazing projects to get grips with the Kotlin language for the Android platform.
An illustrative guide to write code based on both functional and reactive programming to build robust applications.
Book Description
Kotlin is a programming language intended to be a better Java, and it's designed to be usable and readable across large teams with different levels of knowledge. Kotlin is a language that helps developers build amazing Android applications in an easy and effective way. The book will begin by giving you strong grasp of the Kotlin features in context of Android development and its APIs to further taking steps towards building stunning applications for Android. It will show you the environment setup and the difficulty level will grow steadily with the coming applications covered in the upcoming chapters. The book will also introduce you to using the Android Studio IDE which plays an integral role in Android Development. We will use Kotlin's basic programming concepts such as functions, lambdas, properties, object oriented code, safety aspects and type parameterization, testing, concurrency which will guide you to write Kotlin's code to production. We will also show how we can integrate Kotlin in any existing Android project.

What you will learn
Understanding basics of Android development with Kotlin
Key concepts in Android development
How to create modern mobile applications for Android platform
How to adjust your application's look and feel
How to persist and share application database
Working with Services and other concurrency mechanisms
Writing effective tests
Migration of existing Java based project to Kotlin