This is the Winter 23 final website.
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 10.0 (Q) 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: Ensure you can clone from CSE GitLab (we recommend cloning via SSH)
- Use the instructions for setting up your key
- If you have never used git before read through our tutorial and cse331’s tutorial (Android Studio ≈ Intellij)
- Supporting Material: Java Basics, and Java Advanced. You’ll also need Java refresher code