Update README.md

This commit is contained in:
Andrew Trieu
2022-10-04 14:30:26 +03:00
committed by GitHub
parent de4681f2d9
commit 44e731a955

View File

@@ -1,7 +1,7 @@
# 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.
The app takes in user-entered data and uses a SQLite database to store the data.
The user can view, update, and delete the data later.
## Environment
The app was tested on API level 32 during development, using USB debugging.