Skip to content

Latest commit

 

History

History

README.md

Start a new Android Studio project

Create Android Project

  • Application name: Empty Activity
  • Company domain: example.com
  • Project location: ~/AndroidStudioProjects/Empty-Activity
  • Package name: com.example.empty_activity
  • Include C++ support
  • Include Kotlin support

Target Android Devices

  • Phone and Tablet
    • API 15: Android 4.0.3 (IceCreamSandwich)
    • Include Android Instant App support

Add an Activity to Mobile

  • Empty Activity

Configure Activity

  • Activity Name: MainActivity
  • [:heavy_check_mark:] Generate Layout File
    • Layout Name: activity_main
  • [:heavy_check_mark:] Backwards Compatibility (AppCompat)