Skip to content

This project contains some classes that may be used to create a media player that can play a number of urls one after another

Notifications You must be signed in to change notification settings

vivdub/AndroidMediaplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is how to use it .....................

	AudioPlayerActivity playerActivity = new AudioPlayerActivity(context);
	
	playerActivity.add("http://ur1/file1.mp3");
	playerActivity.add("http://ur2/file2.mp3");
	
	playerActivity.start();
	

About

This project contains some classes that may be used to create a media player that can play a number of urls one after another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages