Mediacontrol seekbar issue android
问题 In my Android application I am facing issue with seekbar of MediaController that I am using for Videoview . I would like to know if the user seeks to a position greater than the buffered position,I need to show a dialog and then dismiss the dialogue on seek completed. Please let me know if I can have this solved. 回答1: mSeekBar.setOnSeekBarChangeListener(new OnSeekBarChangeListener() { @Override public void onStopTrackingTouch(SeekBar arg0) { // you can check for the current buffer state and