YouTube application for Android
I want to develop a YouTube application for Android w开发者_如何学Pythonith the following functionalities:
- Login
- Comment on videos
- Download on Android
- Play videos by streaming and also by download
Please give me some useful way to solve this problem.
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:
- http://www.ngcoders.com/php-script/php-youtube-video-downloader-script/
- http: //code.google.com/p/pytube/
精彩评论