-
Book Overview & Buying
-
Table Of Contents
How to Build Android Applications with Kotlin - Third Edition
By :
After you develop Android apps, they will only be available on your devices and emulators. You must make them available to everyone so they can download them. In turn, you will acquire users, and you can earn from them. The official marketplace for Android apps is Google Play. With Google Play, the apps and games you release will be available to over 2 billion active Android devices globally. There are also other marketplaces where you can publish your apps, but they are beyond the scope of this book.
This chapter will introduce you to the Google Play Console, release channels, and the entire release process. It covers creating a Google Play developer account, setting up the store entry for our developed app, and creating a key store (including coverage of the importance of passwords and where to store files). You’ll also learn about app bundles, looking at how to generate the app’s AAB file. Later in the chapter, you’ll set...