I have a doubt about how to show an intro video on the onboarding screen of our application.
When the user opens the app for the first time we'll show an onboarding screen presenting a background video about us and the user can read mini texts about the app and select if they need to do log in or sign in.
The problem is, we don't want to keep a video file inside the APK just to show a single time per user, and I don't know if adding youtube SDK to the project just for this feature is the best solution.