From 4d10c007e3becf2461c45a9f3eaa44d12505315c Mon Sep 17 00:00:00 2001 From: Porter Libby <pelibby16@earlham.edu> Date: Tue, 5 Mar 2024 15:21:12 -0500 Subject: [PATCH] edit android studio --- topical-units/env-android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topical-units/env-android/README.md b/topical-units/env-android/README.md index 9b6943e..19e9db2 100644 --- a/topical-units/env-android/README.md +++ b/topical-units/env-android/README.md @@ -13,7 +13,7 @@ Android development consists of the Java programming language, the MySQL databas - [W3Schools - Android](https://www.w3schools.blog/android-tutorial) - lots of information about specific components of android development # Deliverables -You will write a "hello world" Android app and install it on your own or a borrowed CS Android device. +You will write a "hello world" Android app and install it on your own device, or on the Android Emulator included with Android Studio. Your code should have three components: * a main screen that reads "Hello world" -- GitLab