rubenquadros / Jetpack-Compose-Video-Games-Example

This is a simple video games discovery app showcasing UI using Jetpack Compose with Clean Architecture and also tests for composable UI.
Apache License 2.0
101 stars 14 forks source link

Issue with displaying playback progress in a custom UI for ExoPlayer. #12

Open atsushinee opened 1 year ago

atsushinee commented 1 year ago

When using a custom UI slider as the progress bar, there are issues with smoothness and not work. Adding a Text display for the time does not update every second. Are there any good solutions to these problems? https://user-images.githubusercontent.com/26084189/232313796-1c00db1a-23d5-47cc-859a-99c589eaf775.mp4

rubenquadros commented 1 year ago

@atsushinee I'll check this. A bit occupied at the moment but will definitely have a look at this.

rubenquadros commented 1 year ago

@atsushinee the implementation in main branch is quite different after implementing full screen exo player. You can check it out once and then let me know if any changes are required :)