Closed dev01-adroitinfosol closed 8 years ago
i want video to be played inside each card, i am able to achieve this using TextureView to play the Video. and Fortunately it works well, But results in slower performance. There might be a reason of the views not getting recycled.
final View child = getChildAt(getChildCount() - childOffset);
replace with
final View child = getChildAt(0);
i want video to be played inside each card, i am able to achieve this using TextureView to play the Video. and Fortunately it works well, But results in slower performance. There might be a reason of the views not getting recycled.