1
I’m making an application in Android Studio where I have the main screen (Mainactivity) that has a menu with several links and one of them calls a Fragment(Videofragment) where when loaded should show a video(youtube and local) with description, can someone give a help? thanks for your attention.
I think this can help you: https://developer.android.com/training/basics/intents/sending.html
– Memphys