Skip to content

Instantly share code, notes, and snippets.

@ramonaharrison
Created September 18, 2016 13:51
Show Gist options
  • Save ramonaharrison/f668b7fd685017d58a7c0d689ccba278 to your computer and use it in GitHub Desktop.
Save ramonaharrison/f668b7fd685017d58a7c0d689ccba278 to your computer and use it in GitHub Desktop.

Morning challenge 🍃

  1. Create a new Android Studio project:
  • Use the Application name Activity Lifecycle
  • Use the Company domain yourname.c4q.nyc
  • Set the Project location to your ~/Desktop/accesscode directory.
  • On the next screen, select Phone and Tablet and set the Minimum SDK at API 19.
  • On the next screen, select Empty Activity to initialize your project with an empty activity. Continue to the next screen and name it MainActivity and keep Generate Layout File checked.
  • Click Finish to create your project.
  1. Once the new project has loaded, deploy it to your device or emulator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment