This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-10-04 14:36:25 +03:00
2022-10-04 12:54:29 +03:00
2022-10-04 12:54:29 +03:00
2022-10-04 12:54:29 +03:00
2022-10-04 12:54:29 +03:00
2022-10-04 12:54:29 +03:00
2022-10-04 12:54:29 +03:00
2022-10-04 12:54:29 +03:00
2022-10-04 12:54:29 +03:00
2022-10-04 14:36:25 +03:00
2022-10-04 12:54:29 +03:00

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-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.

How does it work?

The user enters their name, email, and degree program for insertion. After the first insertion, the data can be viewed. To update the data, the user needs to enter the new details and the ID of the data that needs to be changed. To delete the dat, the user only needs to enter the ID of the data that needs to be deleted. These functions are performed using SQLite query.

Demonstration

https://user-images.githubusercontent.com/68151686/193808348-02ea9bd6-cf72-4d9f-aafd-38c3ee387ef4.mp4

Description
Simple app to process user-entered data using Android API 31
Readme 132 KiB
Languages
Java 100%