There are several pieces of software you should install for this class.
- Download Android Studio and install it
- Select the Tools->SDK Manager and make sure you have Android 9.0 (Pie) installed. This is the version of the Android SDK we will use for this class.
- Follow this tutorial to create an Android Application and run your app either on an emulator or on an Android Device.
- Setup Git: macOS, win (ignore pieces about Atom as we use Android Studio)
- If you have never used git before read through Git intro and 331’s Git resource and Android Studio ≈ Intellij
- Ensure that you can clone from CSE GitLab, (we recommend cloning via SSH but you’ll need to generate a key)
- Supporting Material: Java Basics, and Java Advanced. You’ll also need Java refresher code