Did you mean how can you make a list of videos in order to play them back on a video player on Android?
h
hisham bin awiad
12/27/2020, 6:41 PM
@Marin Tolić yes
m
Marin Tolić
12/27/2020, 6:44 PM
You can use ExoPlayer (https://github.com/google/ExoPlayer)
Getting to know the API will take a bit of time, but once you get acquainted with it it will be easy to use.
You can use it to play both local videos and videos streamed over the Internet.
Hope this helps Hisham!
h
hisham bin awiad
12/27/2020, 6:45 PM
ok i will try it ....Thx bro
m
Marin Tolić
12/27/2020, 6:46 PM
You're welcome.
It has been a while since I've played around with ExoPlayer, but feel free to ask questions if you get stuck.
Happy coding!