I want to show video from server into my application, for this I want use VideoView
in android.
I want first show video thumbnail (image) , when click on play button get request from server and it loads video show video, also show video time line in seekbar.
How can I achieve this?
You can use MediaController and ThumbnailUtils