To Lecture Notes

IT 372 -- May 8, 2019

Review Questions

  1. Locate the classes.dex file in the Android Studio file system for a project.
    Ans: app/build/intermediates/dex/debug/mergeProjectDexDebug/out/
  2. Using the Device File Explorer, locate the students.db file for the StudentsDb1 or StudentsDb2 Example.
    Ans: /data/data/<package name>/databases
  3. Which classes/objects are used when working with Sqlite databases in an Android app?

Array Adapters

StudentsDb2 Example

Debugging Android Apps

Drawing in a View

Responding to Touch Events