Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.75 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.75 KB

Lab 0: Hello World

Welcome to MobileProto! This is a simple HelloWorld app to make sure that your system is configured correctly.

First, fork this repo on Github and clone it to your computer.

Sporking

To do this, first login to Github go to the MobileProto Github page.

Next, you are going to fork this repo, meaning that you are going to create your own copy to work off of. To do this, navigate to the Lab0 repository (repo for short) and click the fork button in the upper right hand corner.

alt text

Cloning

Once you fork the repo, the next step is to clone it. To do this, go to the clone URL in the middle of the righthand toolbar.

alt text

Then open up your terminal. Navigate to where you want to store this app on your computer. In your terminal, clone the repo by typing, replacing YOUR_USERNAME with your github username (:

git clone https://github.com/YOUR_USERNAME/Lab0.git

Running the HelloWorld App

Next, open up Android Studio.

  1. Click Open Project
  2. Click through the steps. Since this is acomplete project with no outside dependencies, you should not need to modify any of the imports.
  3. One the app opens, it will look like this. Notice the Lab0 header on the top of Android Studio. alt text
  4. Lastly, press Run and watch your Android emulator open to the HelloWorld app alt text

W000000! You just ran your first Android app.