How Do I Play Video in ListView like Instagram and Vine?
I'm new to android development and I am trying to play multiple videos in a listview. Currently, each listview row item is a VideoView. This approach has not worked as the VideoViews act abnormally when I begin to scroll. I've researched here , here , here and discovered that VideoViews and TextureViews don't work well within ListViews and ScrollViews. How are apps like vine and instagram able to play videos in listviews? Any help is greatly appreciated? Although the answer is late but i think it might help someone searching for the same. There is a sample app from the github that has