YouTube app for Android

I want to create a YouTube app for Android with the following features:

  • To come in
  • Video commentary
  • Download on Android
  • Play video using streaming as well as download

Please give me a helpful way to solve this problem.

+3
source share
1 answer

refer to youtube api here: https://developers.google.com/youtube/

You can find options for logging in, commenting on a video, and watching a video. To download the video, check:

+1
source

All Articles