I read that Android MediaPlayer supports audio chaining.
I am playing back a sequential midi files and I want there to be no delay between them (continuous playback).
I currently use: setOnCompletionListener
The eclipse emulator does not really have a noticeable lag. But I tried my app on an asus transformer (which is quite fast), but it had a bigger delay. I tried with Android 4.0.3.
Should I use another method to play the next song?