0

I have to implement Vimeo video player in my android Application. I have found few solutions like playing video in WebView etc. But this is not a proper way. Need help

Alfie Hanssen
  • 16,964
  • 12
  • 68
  • 74
Bharat Chavan
  • 43
  • 1
  • 7

2 Answers2

1

Vimeo provides API's which are found at: http://developer.vimeo.com/apis/simple

Saurav
  • 560
  • 4
  • 17
1

vimeo-networking is a Java networking library used for interacting with the Vimeo API. The example provided in this project shows the implementation in the context of an Android app.

https://github.com/vimeo/vimeo-networking-java

Pablo Cegarra
  • 20,955
  • 12
  • 92
  • 110