Learning Android Game Development
上QQ阅读APP看书,第一时间看更新

Getting Familiar with Android Studio

This chapter will guide you through Android Studio and, by the end of this chapter, you will have successfully executed your first Android project. This will be an important chapter for your core understanding of the project structure of Android and will help you with the chapters that follow. You will learn the following:

  • General project structure of an Android Project
  • Default class explanation
  • XML files and different types of XML files
  • Setting up Android Emulator
  • Executing your first Hello World program