AutoCareTracker is an Android app for tracking car maintenance records. This Project was created for the course Mobile Coding during the third semester of the Bachelor's Programme 'Creative Computing' at the UAS St. Pölten. The APK of the finished project can be downloaded under the releases tab.
- Add, view, edit, and delete cars
- Add, view, and delete maintenance records
- Responsive to device theme (light/dark mode)
- Permissions handling for media access
READ_MEDIA_IMAGESREAD_MEDIA_VIDEOREAD_MEDIA_AUDIOREAD_MEDIA_VISUAL_USER_SELECTED
- Add a Car: Navigate to "Add Car" and fill in details.
- View Cars: Main screen shows all cars.
- Edit/Delete Car: Tap on a car to edit or delete.
- Add Maintenance: Navigate to "Add Maintenance" and fill in details.
- View Maintenance History: Car detail screen shows maintenance history.
- Delete Maintenance: Tap delete icon next to a maintenance record.