codyrotwein

Results 6 comments of codyrotwein

Same issue. Is there a way to play HLS streams?

I ended up having to calculate the index/position for each header and use ListView's setSelection() method.

I got around the issue by basically creating a list row layout that's 0dp in height. And then just conditionally show it if it's the first row: if(position == 0)...

The latter. > On Feb 11, 2022, at 8:47 PM, Rona ***@***.***> wrote: > >  > @codyrotwein any chance you found a solution or did you end up forking...