جزییات کتاب
Key FeaturesLeverage specific features of Kotlin to ease Android application developmentAn illustrative guide that will help you write code based Kotlin language to build robust Android applicationsFilled with various practical examples build amazing Android project using Kotlin so you can easily apply your knowledge to real world scenariosBook DescriptionKotlin 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. As a language, it helps developers build amazing Android applications in an easy and effective way.This book begins by giving you a strong grasp of Kotlin’s features in the context of Android development and its APIs. Moving on, you’ll take steps toward building stunning applications for Android. The book will show you how to set up the environment, and the difficulty level will grow steadily with the applications covered in the upcoming chapters.Later on, the book will introduce you to the Android Studio IDE, which plays an integral role in Android development. We’ll use Kotlin’s basic programming concepts such as functions, lambdas, properties, object-oriented code, safety aspects, type parameterization, testing, and concurrency, which will guide you through writing Kotlin code into production. We’ll also show you how to integrate Kotlin into any existing Android project.What you will learnUnderstand the basics of Android development with KotlinGet to know the key concepts in Android developmentSee how to create modern mobile applications for the Android platformAdjust your application’s look and feelKnow how to persist and share application databaseWork with Services and other concurrency mechanismsWrite effective testsMigrate an existing Java-based project to KotlinAbout the AuthorMiloš Vasić is a software engineer, author, and open source enthusiast. He holds a bachelor's degree in the programming of computer graphics and a master's degree in the field of Android programming; both degrees were gained at Singidunum University. He published his first book, Fundamental Kotlin, in October 2016, thus achieving his dream of becoming an author. He's currently employed at the Robert Bosch company, where he's working on SDKs for the auto-industry. When he is not working on new books, Miloš works on his open source projects.Table of ContentsStarting with AndroidBuilding and RunningScreensConnecting Screen FlowLook and FeelWorking with PermissionsWorking with DatabasesAndroid PreferencesConcurrency in AndroidAndroid ServicesMessagingBackend and APITuning up for High PerformanceTestingMigration to KotlinDeploying Your Application