Akram

Results 99 comments of Akram

- Have you tried including the classes in question to proguard rules ? Also, are you using ExoPlayer all-around dependency or declaring each part of ExoPlayer independently ? This may...

You can create two ExoPlayer instances on two separate threads. That would be easier.

[ExampleFiles.zip](https://github.com/google/ExoPlayer/files/9066829/ExampleFiles.zip) Regardless to MimeTypes such as ASS and SRT. There are ***two*** categories of subtitles I am talking about: **_Externally_**-loaded ones (manually loaded) and **_internal_** ones (coming in a MKV...

@ahmadbajwa8282 ExoPlayer devs aren't there to help you learn coding. They already provide you with such an extensible amazing media player that ExoPlayer is. You need to learn what threads...

Using a ViewPager that scrolls fragments, each fragments contains one imageview only in the XML.

Confirmed that this happens only when I use a font variation that doesn't have regular variation. For example `MR.fonts.FooJay.bold.asFont()`. doesn't work if FooJay.regular doesn't exist... But when I use a...

@codlab This is the same crash I got, exactly on `Skia`'s `Paragraph.kt`. So there is no need to open a new ticket. I will rename the issue accordingly. There is...

My apologies for the ambiguity, I am aware that your font is named based on its actual/default variation, which in my case corresponds to the Bold variation. However, renaming my...

> In MediaSession.Callback.onConnect, you can decide which commands/information the controller is allowed to access. I'm not sure if that is what you are looking for as it sounds you'd like...