May 2022
Intermediate to advanced
688 pages
20h 12m
English
Create a new Android application (File → New → New Project...). Select the Empty Activity template and click Next.
Configure your project as shown in Figure 20.3: Name the application PhotoGallery. Make sure the Package name is com.bignerdranch.android.photogallery and the Language is Kotlin. Select API 24: Android 7.0 (Nougat) from the Minimum SDK dropdown.
Figure 20.3 Configuring the PhotoGallery project
Click Finish to generate the project.
Many of the initial steps to set up this project will look familiar from your earlier projects. Once again, you will use libraries and tools like the Fragment ...
Read now
Unlock full access