Android Open Source - relaxing-music strategy






From Project

Back to project page relaxing-music.

License

The source code is released under:

GNU General Public License

If you think the Android project relaxing-music listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

/**
 * @file   strategy.java//from  w w w  . ja va2s  .c om
 * @author eric-zhou <eric-zhou@ericzhou>
 * @date   Sun Apr  6 12:19:48 2014
 * 
 * @brief  ???????????????????????????????????????(???????????
 *         ?),??????????????????
 * 
 */



// public class SingleAudioConfig {
//     private String m_FileName ;
//     private int m_LoopInterval ;
//     private int m_Volume ;    
// }


// public class MusicStrategyConfig {
//     private String m_Name ;
    
//     private SingleAudioConfig[] m_Audios ;

//     private String m_Image ;
//     private String m_DescText ;
// }





Java Source Code List

com.ayao.player.MainActivity.java
com.ayao.player .DownloadActivity.java
com.ayao.player .LocalMusicService.java
.strategy.java