Tuxus
Lurker
Hello,
I'm building my first app for some time now, a kind of knowledge base, consisting of a main and a number of fragments.
Now I would like to gradually include short local video clips, which should be played in the fragments via Mediaplayer. I want to play either a single video in a fragment or several videos, each in its own media player. Between the single videos I place text views.
Unfortunately, I can't find any conclusive instructions on how to include a number of local videos so that only one or more specific videos are played per fragment (each in its own media player).
The instructions on YT mostly only deal with adding local videos to the MainActivity, and then only one video at a time in the app.
I hope you can help me with tips or with a link to a documentation.
Thanks a lot
I'm building my first app for some time now, a kind of knowledge base, consisting of a main and a number of fragments.
Now I would like to gradually include short local video clips, which should be played in the fragments via Mediaplayer. I want to play either a single video in a fragment or several videos, each in its own media player. Between the single videos I place text views.
Unfortunately, I can't find any conclusive instructions on how to include a number of local videos so that only one or more specific videos are played per fragment (each in its own media player).
The instructions on YT mostly only deal with adding local videos to the MainActivity, and then only one video at a time in the app.
I hope you can help me with tips or with a link to a documentation.
Thanks a lot