Is there example to upload video from android to YouTube? How we can achieve in Android to upload a video on YouTube?
On Feb 12, 8:23 am, David Toledo <[email protected]> wrote: > I used this url for view video youtube in android. It is OK. > > startActivity(new Intent(Intent.ACTION_VIEW, > Uri.parse("http://www.youtube.com/watch?v=xxxxxxx"))); > > I need open the video by default in Youtube app > I don't select before between Browser or Youtube app > > Thanks > > 2010/2/11 DAVIDT <[email protected]> > > > > > Hi All > > > Is possible play video from youtube with url using MediaPlayer > > > Thanks > > David -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

