Nam Nguyen
Nam Nguyen
Can you explain why you want to completely release the player? In my demo if the RecyclerView that use Youtube player is detached, everything will be released. Still not get...
@perusudroid I cannot reproduce the issue. Can you take a record of your screen and send me?
@perusudroid How often the issue happens to your app? Can you share the xml of the Card you put YouTube fragment to? I'm restarting the work with YouTube this week,...
@venkateshimmidi What do you mean by other player? If you want to play YouTube videos, you need either YouTube Android Player API or its IFrame API (there is a wrapper...
@venkateshimmidi Please try to set a fix height (big enough) for your ``android:id="@+id/player_view"`` and also remove the ImageView on top of it and retry.
@aderinto05 The callback from ExoPlayer right? May need to check their implementation as well :(.
@aderinto05 Can you try a debug and see from which the method is called? I do not manually call this, so it must be from ExoPlayer. But looking around the...
Hi @Mahmoud-S-Ali , you issue is kinda about how RecyclerView (RV) works in general. Let me explain it below: - A ViewHolder (VH) is reused by RV, which is what...
@aderinto05 What if you set the LinearLayoutManager to 'reverseLayout' to true? Another options is, to use PlayerSelector.DEFAULT_REVERSE.
@DSofter Hi. Thanks for the detail. Can you send me the video in your demo? If it should be private, email me is Ok: [email protected]