3

I want to develop a YouTube application for Android with the following functionalities:

  1. Login
  2. Comment on videos
  3. Download on Android
  4. Play videos by streaming and also by download

Please give me some useful way to solve this problem.

Yi Jiang
  • 49,435
  • 16
  • 136
  • 136
  • Refer [here][1] for solution. It provides a good understanding. [1]: http://stackoverflow.com/questions/10246212/android-youtube-upload-video-with-static-username-and-password – Raj Shah Jul 17 '12 at 04:50
  • This is a bad question. way to generic. – Jessedc Oct 01 '12 at 05:41

1 Answers1

1

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

You can find options to login, comment on videos and view videos. For downloading videos,check:

  1. http://www.ngcoders.com/php-script/php-youtube-video-downloader-script/
  2. http: //code.google.com/p/pytube/
Paresh Mayani
  • 127,700
  • 71
  • 241
  • 295
Himanshu Jaju
  • 1,439
  • 1
  • 11
  • 16