0

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.

Abhimanyu
  • 11,351
  • 7
  • 51
  • 121
FelipeRsN
  • 887
  • 1
  • 9
  • 19
  • Use Firebase Cloud Storage, AWS, or any other cloud storage as per your preference. – Abhimanyu Oct 29 '20 at 13:55
  • download the video from the storage you mean? there's any way to reproduce when the video is downloading, like youtube? or i need to download the entire video and reproduce to the user – FelipeRsN Oct 29 '20 at 13:56
  • I haven't explored video streaming features using cloud storage. Check if this helps: https://stackoverflow.com/q/37865482/9636037 – Abhimanyu Oct 29 '20 at 14:00
  • thank you! i'll take a look about this – FelipeRsN Oct 29 '20 at 14:03
  • you dont need to download, just provide the mp4 url to the player, be it android media player or exoplayer – rupps Oct 29 '20 at 16:19

0 Answers0