I am developing a vimeo video application in my native android. But it is not supported in VideoView . Can I find out any samples or related requests for Android. I want the end result to be in .mp3 / .mp4 format.
I tried iframe in Android WebView , it works fine in Android WebView , but I can not get the search bar. And OnPause() failed to pause the video. Here I can get the Pause and Play button. Only

Example: player.vimeo.com/video/49462103
I want to play this video in my native Android environment.
<VideoView android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/videoView" android:layout_centerVertical="true" android:layout_centerHorizontal="true" />
Update link to: Vimeo site Thread-1 Vimeo site Thread-2

I get above errors
source share