This shows you the differences between two versions of the page.
dapm:laboratoare:01 [2019/02/18 16:22] george.stoica0310 |
dapm:laboratoare:01 [2021/03/07 09:26] (current) ioana_maria.culic |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Laboratorul 01. ===== | + | ===== Lab 01 - Install Android Studio ===== |
==== Objectives ==== | ==== Objectives ==== | ||
* Install and use the Android Studio IDE. | * Install and use the Android Studio IDE. | ||
Line 58: | Line 58: | ||
You should see the Hello World app as shown in the following figure. | You should see the Hello World app as shown in the following figure. | ||
- | {{:dapm:laboratoare:lab01_app_running.png?300|50 }} | + | {{:dapm:laboratoare:lab01_app_running.png?200|200}} |
+ | |||
+ | **Tip**: When testing on a virtual device, it is a good practice to start it up once, at the very beginning of your session. You should not close it until you are done testing your app, so that your app doesn't have to go through the device startup process again. To close the virtual device, click the **X** button at the top of the emulator, choose **Quit** from the menu, or press **Control-Q** in Windows or **Command-Q** in macOS. | ||
+ | |||
+ | ===Bonus=== | ||
+ | - Make the app display your name instead of the Hello World message | ||
+ | - Run the app on a physical device instead of the emulator |