Chapter 2: First Contact: Java, XML, and the UI Designer
At this stage, we have a working Android development environment and we have built and deployed our first app. It is obvious, however, that the auto-generated code from Android Studio is not going to make the next top-selling app on Google Play. We need to explore this auto-generated code so we can begin to understand Android and then learn how to build upon this useful template. With this aim in mind, in this chapter, we will do the following:
- See how to get technical feedback from our apps
- Examine the Java code and UI XML code from our first app
- Get our first taste of using the Android Studio User Interface (UI) designer
- Learn some core Java fundamentals and how they relate to Android
- Write our first Java code
First, let's see how to get feedback from our apps.