Skip to content

amansharma-dev/Codelabs_ADF_Unit1_GetStarted_1.1_HelloWorld

Repository files navigation

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.