MediaPlayer Android Increment on button click -


i have created button , need increment mp3 tunes on click.

so far have mp3 playing like:

 final mediaplayer sentence = mediaplayer.create(options.this, r.raw.indra); 

and calling sentence.start(); in onclick.

is possible increment more tunes in onclick?

thanks.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -