Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 552 Bytes

File metadata and controls

17 lines (11 loc) · 552 Bytes

Android fundamentals 01.1: Android Studio and Hello World

Introduction

In this practical i have learn how to install Android Studio, the Android development environment. I also create and run my first Android app, Hello World, on an emulator and on a physical device.

Note:

I have also completed the Tasks metioned below :

  • Install Android Studio.
  • Create the Hello World App.
  • Use a virtual device (emulator).
  • Use a physical device.
  • Change the app Gradle configuration.
  • Add log statements to your app.