资源简介

课设 实现了 播放列表 音乐播放 暂停 继续 上一首 下一首 同步SD卡歌曲,从现有文件读取歌曲,播放列表 ,提取ID3信息使用到了Activity BroadCast Service

资源截图

代码片段和文件信息

/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package young.soundsnote;

public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int icon=0x7f020000;
    }
    public static final class id {
        public static final int Name=0x7f050010;
        public static final int Path=0x7f050011;
        public static final int RelativeLayout01=0x7f05000f;
        public static final int Restart=0x7f05000c;
        public static final int album=0x7f050006;
        public static final int author=0x7f050005;
        public static final int btnFlesh=0x7f050003;
        public static final int btnSearch=0x7f050013;
        public static final int curProgressText=0x7f050008;
        public static final int curtimeAndTotaltime=0x7f05000a;
        public static final int music_list=0x7f050001;
        public static final int name=0x7f050007;
        public static final int next=0x7f05000e;
        public static final int pause=0x7f05000d;
        public static final int playlist_list=0x7f050004;
        public static final int previous=0x7f05000b;
        public static final int searchC=0x7f050000;
        public static final int search_list=0x7f050002;
        public static final int searchet=0x7f050012;
        public static final int seekbar=0x7f050009;
    }
    public static final class layout {
        public static final int alertdialog=0x7f030000;
        public static final int listmusic=0x7f030001;
        public static final int main=0x7f030002;
        public static final int playlist=0x7f030003;
        public static final int playmusic=0x7f030004;
        public static final int relative=0x7f030005;
        public static final int relative2=0x7f030006;
        public static final int search=0x7f030007;
        public static final int tab=0x7f030008;
    }
    public static final class string {
        public static final int app_name=0x7f040001;
        public static final int hello=0x7f040000;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-06-30 16:44  SoundsNote\
     文件         280  2011-06-30 16:37  SoundsNote\.classpath
     文件         846  2011-06-30 16:37  SoundsNote\.project
     目录           0  2011-06-30 16:37  SoundsNote\.settings\
     文件         208  2011-06-30 16:37  SoundsNote\.settings\org.eclipse.jdt.core.prefs
     文件        1494  2011-06-30 16:37  SoundsNote\AndroidManifest.xml
     目录           0  2011-06-30 16:44  SoundsNote\assets\
     目录           0  2011-06-30 16:37  SoundsNote\bin\
     文件      198555  2011-06-30 16:37  SoundsNote\bin\SoundsNote.apk
     文件       36980  2011-06-30 16:37  SoundsNote\bin\classes.dex
     文件      179094  2011-06-30 16:37  SoundsNote\bin\resources.ap_
     目录           0  2011-06-30 16:37  SoundsNote\bin\young\
     目录           0  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\
     目录           0  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\
     文件        1554  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\ListMusicActivity$1.class
     文件         935  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\ListMusicActivity$2.class
     文件        8194  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\ListMusicActivity.class
     文件        1407  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\MainActivity$1.class
     文件        8589  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\MainActivity.class
     文件        2693  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\PlayListActivity$1.class
     文件         835  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\PlayListActivity$2.class
     文件        2541  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\PlayListActivity.class
     文件        1421  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\PlayMusicActivity$1.class
     文件         888  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\PlayMusicActivity$2.class
     文件        1838  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\PlayMusicActivity$3.class
     文件        1792  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\PlayMusicActivity$4.class
     文件        5208  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\PlayMusicActivity.class
     文件        4859  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Activity\SearchMusicActivity.class
     目录           0  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Const\
     文件         425  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Const\Const.class
     目录           0  2011-06-30 16:37  SoundsNote\bin\young\soundsnote\Helper\
............此处省略61个文件信息

评论

共有 条评论