#1. Open Android Studio
Begin by opening Android Studio - if you don't have it you can install it from http://developer.android.com/sdk/index.html
#1. Open Android Studio
Begin by opening Android Studio - if you don't have it you can install it from http://developer.android.com/sdk/index.html
🔥 This worksheet will help you begin making your Android app actually do things. Learners will make their Splash Screen respond to button presses and present a different Toast message for each press. Students will also learn about the Android lifecycle and when onPause, onResume, and onDestroy get called.