package android.TICO.AsyncTasks; import java.io.IOException; import android.TICO.accumulated_cells; import android.os.AsyncTask; import android.util.Log; import configuration.TSetup; //reproduccion en paralelo de la frase acumulada /** * AsyncTask for play a sentence of accumulated_cell using the mp media player of playSound * * @param accumulated The accumulated_cells that contains the sentence */ public class playSentence extends AsyncTask{ @Override protected Void doInBackground(accumulated_cells... accumulated){ for(int i=0;i