I need to show a Vimeo video in my app, I tried it opening the url in a webview, the url appears, but when I link the play button, the player doesn't work. So I want to try it opening the video with the Vimeo app, but I don't know how to call to Vimeo app from my app. Can Anybody help me please? Thank you!
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
Possible duplicate: How to send a link to Vimeo?
We've built a simple library that can take care of this for you. Here is the open source github.
compile 'com.vimeo.android.deeplink:vimeo-deeplink:1.0.0'
The README will go into more detail, but this is what you'll want to use:
boolean handled = VimeoDeeplink.showVideoWithUri(Context context, String videoUri)
To launch video in fullscreen with official Vimeo app
com.vimeo.android.videoapp
: