インターネットデパート - 取扱い商品数1000万点以上の通販サイト。送料無料商品も多数あります。

Learning Kotlin by building Android Applications: Explore the fundamentals of Kotlin by building real-world Android applications

価格: ¥0
カテゴリ: Kindle版
ブランド: Packt Publishing
Amazon.co.jpで確認

Learn programming in Kotlin including data types, flow control, lambdas, object-oriented, and functional programming while building 3 Android Apps

Key Features

  • Experience the gentle learning curve of Kotlin as you develop your own applications
  • Learn how to integrate Kotlin into Android Studio 3 and use it in your projects
  • Build real-world applications such as Googly Eyes and games using Kotlin

Book Description

Today Kotlin is an official programming language for Android development and is widely adopted. Kotlin is expressive, concise, and powerful. It also ensures seamless interoperability with existing Android languages like JAVA and C , which means that it's even easier for developers to use.

This book adopts a project-style approach, where we focus on teaching Android development by building three different Android Application: a Tic-Tac-Toe application, a location- based alarm and a To-Do list application.

The book begins by giving you a strong grasp of the Kotlin language and its APIs as a preliminary to building stunning applications for Android. You'll learn to set up an environment and as you progress through the chapters and the building of the different applications, the difficulty level will steadily grow.

The book also introduces you to the Android Studio IDE, which plays an integral role in Android Development. It covers Kotlin's basic programming concepts such as functions, lambdas, properties, object-oriented code, safety aspects and type parameterization, testing, and concurrency, and helps you write Kotlin code to production.

Finally, you'll be taken through the process of releasing your app on the Google Play Store. You will also be introduced to other app distribution channels such as Amazon App Store.

As a bonus chapter, you will also learn how to use the Google Faces API to detect faces and add fun functionalities.

What you will learn

  • Learn the basics of using the Android Studio IDE and a number of basic programming concepts in Kotlin
  • Discover Android development by building Android apps with Kotlin
  • Uncover some amazing features of Kotlin that give it the upper hand over Java
  • Learn about Kotlin interoperability with Java
  • Integrate Crashlytics for crash reporting and beta testing.
  • Use Google Location services and understand various APIs available for getting user location updates
  • Understand the principles of networking and communication.
  • Learn about the usage of third-party libraries for loading of data
  • Automate your build process with continuous integration tools

Who this book is for

If you are completely new to Kotlin or the Android platform and need to publish Android applications for fun or for business purposes, but you have no clue where to start, then this book is for you. This book is also for advanced Android developers who want to learn to use Kotlin instead of/alongside Java for Android development, although having some programming experience would be helpful.

Table of Contents

  1. Setting up for Android Development
  2. Configuring Your Environment for Kotlin
  3. Data Types, Variables and Constants
  4. Classes and Objects
  5. Type Checks And Null Safety
  6. Functions and Lambdas
  7. Developing your location based alarm
  8. Working with Google’s Location Services
  9. Connecting to the Outside World - Networking
  10. Developing a simple ToDoList App
  11. Persisting with Databases
  12. Reminding the User about their Tasks
  13. Testing and Continuous Integration
  14. Making your app available to the world
  15. Googly Eyes with the Google Faces API