Create the App

It’s time to build our app, and we’re going to let Android Studio do a bunch of the work for us. Open up Android Studio and you’ll be presented with a screen that looks like the image shown.

images/pd.initialize/welcome-to-android-studio.png

Click the Create New Project link, select the Empty Activity option, and click the Next button.

images/pd.initialize/create-new-project.png

On this next screen, we’re going to set some values for our app:

  • Name: the name of the application we’ll see everywhere. For this app, we can use Penny Drop.

  • Package name: this value serves a dual purpose with Android apps. First, it’s the unique application ...

Get Kotlin and Android Development featuring Jetpack now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.