video on infinite scroll list

Viewed 22

I am developing in android (kotlin).

I can't achive the performance or smoothness of apps like 9gag/instagram for making an infinity scroll list of items containing videos. I am using a ListView for the infinite scrolling, and VideoView to play videos. any help, article, or best practices for this?

thanks

1 Answers
Related