From a44a98e544483fe81e05e81177ac8fbd031e8cd3 Mon Sep 17 00:00:00 2001 From: Andrew Trieu <68151686+AndrewTrieu@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:17:46 +0300 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b6f7ed --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Testing Android API 31 +This app and repository are created for the course CT60A4160 Fundamentals of Software Testing of LUT University, Finland. +The app takes in user's input and uses a SQLite database to save details. +The user can view all details, update, and delete them later. + +## Environment +The app was tested on API level 32 during development, using USB debugging. + +## Demonstration +