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 bas …