Android MediaController Token Section Markers?

I am currently working on a simple video player on Android 2.3.3, where I use VideoViewto display a movie and using MediaControllerto control video.

I want to add some chapter markers along the search bar and wondered if anyone has ideas on how to do this?

+3
source share
1 answer

Just use horizontal SeekBarinstead MediaController.

RelativeLayout, SeekBar , . , SeekBar. , , .

, .

enter image description here

+1

All Articles