Creating a project
Creating an activity
Creating a class and an interface
Generating code for method overrides
Running a project
In this chapter, you’ll take a look at some of the basic activities in Android project development, such as creating a project, activities, classes, interfaces, methods, and how to run an app. A lot of these elements can be managed manually (by hand) without much difficulty, but Android Studio has some nifty capabilities that can help you with these tasks. Android Studio can make these tasks quicker and more accurate. For ...