cniak
cniak

Reputation: 311

youtube api for xamarin

I'm looking for any library or simple project for youtube api and include it into my project. Main problem is that I'm working in xamarin and there's some problems for include input jar. Somebody has had a similar problem?

Upvotes: 2

Views: 3735

Answers (2)

Luffy Mchd
Luffy Mchd

Reputation: 13

A native Youtube API with Xamarin bindings Xamarin can be found at Github:

https://github.com/nishanil/YouTubeAndroidPlayer

Upvotes: 0

Jason
Jason

Reputation: 89082

Xamarin has Google API bindings on their Github

https://github.com/xamarin/google-apis

Upvotes: 5

Related Questions