/aadc-kotlin-todo-app

A toy app created when preparing for the AADC Exam

Primary LanguageKotlin

AADC Exam Toy App

A toy app created when preparing for the AADC Exam

Core Features

Android Core

User Interface

Data Management

  • Define data using Room entities
  • Access Room database with data access object (DAO)
  • Observe and respond to changing data using LiveData
  • Use a Repository to mediate data operations
  • Create persistent Preference data from user input
  • Understand how to change the behavior of the app based on user preferences
  • Read and parse raw resources or asset files

Debugging

  • Understand the basic debugging techniques available in Android Studio
  • Debug and fix issues with an app's functional behavior and usability
  • Use the System Log to output debug information
  • Use breakpoints and inspect variables using Android Studio

Testing