The key to getting lots done is to make sure you have the right tools for the job. And when it comes to mobile development, that means choosing the right IDE for the particular app you want to make.
In Part 1 of this beginner’s introduction to Android Studio, you set up Android Studio in your development environment and got to know the user interface. Now, in Part 2, you’ll code your first app.
When you first boot up a new Android Studio project, you’re greeted not with a blank page, but a whole bunch of what is known as “boilerplate” code. This is code needed for the vast majority of apps ...