Skip to content

How to Build Android Applications with Kotlin - Third Edition, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/How-to-Build-Android-Applications-with-Kotlin-Third-Edition

Repository files navigation

How to Build Android Applications with Kotlin - Third Edition

Book Name

This is the code repository for How to Build Android Applications with Kotlin - Third Edition, published by Packt.

A hands-on guide to developing, testing, and publishing production-grade Android 15 apps

What is this book about?

This book will equip you to create high-quality, visually appealing Android apps from scratch with Kotlin. You’ll discover a wide range of real-world development challenges faced by developers and explore various techniques to overcome them.

This book covers the following exciting features:

  • Create maintainable and scalable apps using Kotlin
  • Grasp Android asynchronous programming with coroutines and the Flow API
  • Simplify app development with Google architecture components
  • Apply MVVM and Repository architecture patterns to standardize retrieving and displaying data from outside sources
  • Increase app stability and robustness with unit and integration tests
  • Use standard libraries for dependency injection, networking, data parsing, and persistence
  • Publish your app on the Google Play Store

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

sealed interface ListItemUiModel {
data class GroupTitle(val name: String) : ListItemUiModel
data class Employee(
    val employee: EmployeeUiModel
) : ListItemUiModel

Following is what you need for this book: This book is for beginners as well as intermediate-level developers with no prior experience in Android app development. Basic knowledge of the Kotlin programming language or experience in a similar programming language, along with a willingness to brush up on Kotlin is required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-16).

Software and Hardware List

Chapter Software required OS required
1-16 Android Studio Ladybug or later versions Windows, macOS, or Linux

Related products

  • Kotlin Design Patterns and Best Practices - Second Edition [Packt] [Amazon]

  • Simplifying Android Development with Coroutines and Flows [Packt] [Amazon]

Get to Know the Authors

Alex Forrester is an experienced software developer with more than 20 years of experience in mobile and web development and content management systems. He has worked with Android since 2010, creating flagship apps for blue-chip companies across a broad range of industries at Sky, The Automobile Association, HSBC, Discovery Channel, and O2. Alex lives in Hertfordshire with his wife and daughter. When he’s not developing, he likes rugby and running in the Chiltern hills.

Eran Boudjnah has been working with Android since around 2013. He's been developing apps and leading mobile teams for a wide range of clients, from start-ups (JustEat, Plume Design) to large scale companies (Sky, HSBC) and conglomerates since 1997. Eran is a developer with well almost three decades of experience in developing mobile applications, websites, desktop applications and interactive attractions. He is passionate about board games (with a modest collection of a few hundred games) and has a 90's Transformers collection on display which he’s quite proud of. Eran lives in Brentwood, Essex in the United Kingdom with Lea, his incredibly supportive wife.

Alexandru Dumbravan is an Android developer with more than 10 years of experience building Android apps, focusing on fintech applications since 2016 when he moved to London. In his spare time, Alex enjoys video games, movies, and the occasional gym visit.

Jomar Tigcal is an Android developer with over 14 years of experience in mobile and software development. He has worked on various stages of Android app development for small start-ups and large companies since 2012. Jomar has also given talks and conducted training and workshops on Android. In his free time, he likes running and reading. He lives in Vancouver, BC, Canada, with his wife Celine.

Other books by the authors

About

How to Build Android Applications with Kotlin - Third Edition, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages