https://github.com/josephy5/4443project
Automated and benchmark unit tests for a simple painting android app for a group research project.
https://github.com/josephy5/4443project
Last synced: about 1 month ago
JSON representation
Automated and benchmark unit tests for a simple painting android app for a group research project.
- Host: GitHub
- URL: https://github.com/josephy5/4443project
- Owner: Josephy5
- Created: 2023-01-25T01:20:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T00:02:25.000Z (10 months ago)
- Last Synced: 2025-02-13T21:18:31.837Z (3 months ago)
- Language: Java
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 4443Project (Automated and benchmark unit tests for a basic Painting App)
Automated and benchmark unit tests for a simple painting app that we made in android studio for a group research project.
The app's code is based on some tutorials online as most of my group mates are not experienced in developing android apps nor coding in java.
so by using tutorial as the base for our app, it would help group to be able to code the project as they can just follow the tutorial step by step and the app would completed. (or so I thought)Most of the group went missing for like a month without communicating to me and my other group mate
and after that, they didn't take initative nor commit to the coding work that they say they would (i have the history logs for both the code)so, i had to take intaiitive and do the whole thing by myself, otherwise, we would literally get a 0 for this. The import of the colorpicker package didn't work (cuz the address for the import is dead),
so I just copied all its code from the github and added in the files that it needs to run. (and other things as well but can't remember)