Changes

Jump to: navigation, search

Creating an Example Java Android App in Android Studio

23 bytes removed, 17:42, 21 May 2019
no edit summary
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[Android Studio Installation and Setup|Previous]]<td align="center">[[Android Studio Development Essentials - Java Edition|Table of Contents]]<td width="20%" align="right">[[An Overview A Tour of the Android Studio User Interface|Next]]</td>
<tr>
<td width="20%">Android Studio Installation and Setup<td align="center"><td width="20%" align="right">An Overview A Tour of the Android Studio User Interface</td>
</table>
<hr>
The project created in this chapter takes the form of a very simple currency conversion calculator (so simple, in fact, that it only converts from dollars to euros and does so using an estimated conversion rate). The project will also make use of the most basic of Android Studio project templates. This simplicity allows us to introduce some of the key aspects of Android app development without overwhelming the beginner by trying to introduce too many concepts, such as the recommended app architecture and Android architecture components, at once. When following the tutorial in this chapter, rest assured that all of the techniques and code used in this initial example project will be covered in much greater detail in later chapters.
== Creating a New Android Project Project ==
The first step in the application development process is to create a new project within the Android Studio environment. Begin, therefore, by launching Android Studio so that the “Welcome to Android Studio” screen appears as illustrated in Figure 3-1:
<hr>
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[Android Studio Installation and Setup|Previous]]<td align="center">[[Android Studio Development Essentials - Java Edition|Table of Contents]]<td width="20%" align="right">[[An Overview A Tour of the Android Studio User Interface|Next]]</td>
<tr>
<td width="20%">Android Studio Installation and Setup<td align="center"><td width="20%" align="right">An Overview A Tour of the Android Studio User Interface</td>
</table>

Navigation menu