I developed android app which is based on video listing,I face some problems that are,
1.When scroll a listview video need auto play
2.Need pause,stop,resume and full screen mode
3.Every time video is streaming
4.How to make cache videos and play without stream
Is there any Lib or reference link,and advance Thanks
i suggest ExoPlayer, here is a good sample
for caching, you can use VideoCache or OkHttpDataSource