aribhs8 / DocCam

Document camera app for Android
0 stars 0 forks source link

Link Video Files to Recordings #34

Closed aribhs8 closed 3 years ago

aribhs8 commented 3 years ago

Currently, the video files are saved on the device but are not available to be seen on the app. The framework for viewing Recording objects is already created but clicking the item does not open an intent for the media player with the recording loaded up. Check if more databinding features need to be implemented for onClick() listener.

aribhs8 commented 3 years ago

View recordings screen is now working with the ability to open recordings through the view recordings screen. A slew of problems have also been discovered with this update which will be address in DC-17 as part of the UI changes for CameraFragment.java