Android Open Source - App phone SongMash






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of SongMash.

ItemValue
Java File Count12
Target SDK Version18
Minimum SDK Version8
Activity Count3




Java Source Files

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