文档详情

基于android系统的音乐播放器设计与实现含源程序_毕业设计论文.doc

发布:2016-06-07约5.5万字共47页下载文档
文本预览下载声明
基于Android系统的音乐播放器设计与实现 .Project ?xml version=1.0 encoding=UTF-8? projectDescription namespMusicPlayer01/name comment/comment projects /projects buildSpec buildCommand namecom.android.ide.eclipse.adt.ResourceManagerBuilder/name arguments /arguments /buildCommand buildCommand namecom.android.ide.eclipse.adt.PreCompilerBuilder/name arguments /arguments /buildCommand buildCommand nameorg.eclipse.jdt.core.javabuilder/name arguments /arguments /buildCommand buildCommand namecom.android.ide.eclipse.adt.ApkBuilder/name arguments /arguments /buildCommand /buildSpec natures naturecom.android.ide.eclipse.adt.AndroidNature/nature natureorg.eclipse.jdt.core.javanature/nature /natures /projectDescription .classpath ?xml version=1.0 encoding=UTF-8? classpath classpathentry kind=src path=src/ classpathentry kind=src path=gen/ classpathentry kind=con path=com.android.ide.eclipse.adt.ANDROID_FRAMEWORK/ classpathentry kind=output path=bin/ /classpath AndroidManifest.xml manifest xmlns:android=/apk/res/android package=sled.develop android:versionCode=1 android:versionName=1.0 application android:icon=@drawable/icon android:label=@string/app_name activity android:name=.MpsPlayer android:theme=@android:style/Theme.NoTitleBar.Fullscreen intent-filter action android:name=ent.action.MAIN / category android:name=ent.category.LAUNCHER / /intent-filter /activity activity android:name=.LocalMpsList android:theme=@android:style/Theme.Dialog android:label=@string/app_name /activity activity android:name=.ItrActivity android:theme=@android:style/Theme.Dialog android:label=@string/app_name /activity service android:name=.service.PlayerSrv/ service android:name=.service.ListSrv/ /application uses-sdk android:minSdkVersion=8 / /manifest LocalMpsList.java pack
显示全部
相似文档