Gonzalo Solera
Gonzalo Solera

Reputation: 1192

Segment progressbar android

I'd like to let the users of my app the possibility to choose a fragment of a video (before editing it). I'd like to build a similar activity that WhatsApp has, in order to cut a video before editing it:

enter image description here

But I don't know how to adapt the progressbar view in order to have two differents points in the time to get the desired segment of video.

Any idea? Thanks!!

Upvotes: 1

Views: 918

Answers (1)

Goran Horia Mihail
Goran Horia Mihail

Reputation: 3645

Take a look at this, might be what you are looking for:

https://code.google.com/p/range-seek-bar/

Upvotes: 3

Related Questions