Christos Malliaridis

Results 65 comments of Christos Malliaridis

Can't reproduce the errors with * Android API 22 * library version 10.0.5 * `androidx..appcompat:appcompat` version 1.2.0, 1.1.0 and , 1.0.0 * simple setup with `videoId` provided in layout and...

@Meenu1401 do you have any setup to reproduce the error? It really sounds like there is a wrong configuration (no video id available at the moment of instantiation).

Can you provide the whole stacktrace @Meenu1401? It seems like the important part is missing (The lines starting with "Caused by.. "

@Meenu1401 It seems like you are trying to make a data / view binding (correct me if I'm wrong). Data binding is not working as reported in #523. With my...

The black borders are coming actually from the youtube interface and has nothing to do directly with the layouts of this API. The only way to get rid of this...

If I will find some time maybe I can support you on this one. I think this is one of the main features requested from the community (next to the...

Ah, I see. Well, considering the actual issue with the black padding from youtube that is not customizable, we should maybe consider working with a "wrapper" layout first that wraps...

Hello @ambedkar0847. Have you checked if the video id you get is `null` and therefore the `youTubePlayer.cueVideo()` method is not called at all? And can you please use \`\`\`xml ......

I think it's not bad working with the Multiplatform releases only, even if it takes a few weeks for the major releases to be in sync again with Jetpack Compose....

What is the current state of supporting `@param`? I faced the same need and wanted to raise a request, accidentally in the wrong project (see https://github.com/nestjs/nest/issues/11409). Worth noting that there...