Hi, I'm using ExoPlayer and paging-compose in a La...
# compose
c
Hi, I'm using ExoPlayer and paging-compose in a LazyColumn to display a scrollable list of Posts with videos clips with various sizes fetched from the backend I tried a lot of things but I can't get it to scroll smoothly and don't understand why Does anyone know how to do this / have tips / code examples ? Thanks a lot 🙏
For the record since my previous question about this I followed @Halil Ozercan advice and added a delay before
prepare()
-ing the source which allows fast scrolling but my issue here is with slow/normal scrolling
(sorry for the ping but i could use your help 😅 )
Also to play only one video at a time I used a trick with
rememberLazyListState()
that works ok for now ^^