No description
Find a file
An Nguyen b08448ba5a Update the filteredRecords field of the DocumentEditViewModel class
Add logic to handle a new record with a product that is already used in another record
2024-09-13 10:29:49 +04:00
.idea Implement DAOs and repositories 2024-08-07 11:48:42 +04:00
app Update the filteredRecords field of the DocumentEditViewModel class 2024-09-13 10:29:49 +04:00
gradle Remove unused imports 2024-09-11 09:35:25 +04:00
.gitignore Initial commit 2024-08-05 10:45:08 +04:00
build.gradle.kts Add prepopulated database 2024-08-10 14:20:53 +04:00
gradle.properties Initial commit 2024-08-05 10:45:08 +04:00
gradlew Initial commit 2024-08-05 10:45:08 +04:00
gradlew.bat Initial commit 2024-08-05 10:45:08 +04:00
README.md Add additional useful resources to README.md 2024-08-25 12:39:29 +04:00
settings.gradle.kts Initial commit 2024-08-05 10:45:08 +04:00

DataCollector Application

This project is for stock taking products in the warehouse. Also the goal of the project is studying development of Android application with Hilt (dependency injection based on Dagger), Room (persistence library).

Useful Resources