Skip to content

Latest commit

 

History

History

Database-List-Create-Read-Delete-Search

Start a new Android Studio project

Screenshot from 2018-04-10 12-42-43

Create Android Project

Screenshot from 2018-04-10 12-46-15

  • Application name: Database List Create Read Delete Search
  • Company domain: example.com
  • Project location: ~/AndroidStudioProjects/Database-List-Create-Read-Delete-Search
  • Package name: com.example.database_list_create_read_delete_search
  • Include C++ support
  • Include Kotlin support

Target Android Devices

Screenshot from 2018-04-10 12-46-33

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

Add an Activity to Mobile

Screenshot from 2018-04-10 12-47-21

  • Empty Activity

Configure Activity

Screenshot from 2018-04-10 12-47-33

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

Run

Screenshot from 2018-04-10 22-44-20

Screenshot from 2018-04-10 22-51-54

Screenshot from 2018-04-10 22-52-46

Screenshot from 2018-04-10 22-53-33

Screenshot from 2018-04-10 22-53-55

Screenshot from 2018-04-10 22-54-18

Screenshot from 2018-04-10 22-54-40

Links