Alex

Results 2 comments of Alex

using a map to store the view and viewholder and it works fine

You should use **CroppedTrack** to crop audio track. For example: > AACTrackImpl audioTrack = new AACTrackImpl(new FileDataSourceImpl(audioPath)); > //audioTrack dutation 15s => 5s > CroppedTrack croppedTrack = new CroppedTrack(audioTrack,0,audioTrack.getSamples().size()/3); Here`s...