This is the Song ranking android app for your mp3 songs on SD card of your android phone. The formula used is that of ELO ranking where you have to vote between two songs..
SongMash is hosted in the following web site
https://github.com/prashantc29/SongMash
If you think the Android project SongMash listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SongMash.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 3 |
SongMash has the following Java source files.
com.songmash.songmash.MainActivity.java com.songmash.songmash.NoMp3Activity.java com.songmash.songmash.RankDisplayActivity.java com.songmash.songmash.battlemanager.BattleManager.java com.songmash.songmash.constants.RatingConstants.java com.songmash.songmash.constants.StringConstants.java com.songmash.songmash.datastructure.Battle.java com.songmash.songmash.datastructure.Song.java com.songmash.songmash.filesystem.MP3Reader.java com.songmash.songmash.filesystem.NoMp3sFoundException.java com.songmash.songmash.util.PrintUtil.java com.songmash.songmash.util.RandomUtil.java