Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 678 Bytes

File metadata and controls

12 lines (12 loc) · 678 Bytes

Introduction-to-Android-Programming

  • Author: Aliya Hameer
  • Source code from the Introduction to Android Programming workshop
  • To run the example project:
      1. Download Android Studio from: http://developer.android.com/sdk/index.html
      1. Download the HelloWorld folder to some local directory
      1. Open Android Studio, select "Open an Existing Android Studio Project" and choose the "Helloworld" folder saved from step 2)
      1. Run it!
  • Files that matters:
      1. ./HelloWorld/app/src/main/java/com/example/zexuanwang/helloworld/MainActivity.java
      1. ./HelloWorld/app/src/main/res/layout/activity_main.xml
      1. ./HelloWorld/app/src/main/res/values/strings.xml