大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
简单的给app添加背景图和音乐
一、添加背景图片android:background="@mipmap/picture_1"
package com.example.myapplication;
import android.content.Context;
import android.media.MediaPlayer;
public class MusicServer{
private static MediaPlayer mp =null;
public static void play(Context context, int resource){
stop(context);
mp = MediaPlayer.create(context, resource);
mp.setLooping(true);
mp.start();
}
public static void stop(Context context) {
if(mp!= null){
mp.stop();
mp.release();
mp = null;
}
}
}
@Override
protected void onPause() {
super.onPause();
stop(this);
}
@Override
protected void onResume() {
super.onResume();
play(this, R.raw.music_1);
}
3123d36dae40ede36fb8572032b26b64
除了这种方法以外,StartService也能很好的控制背景音乐
你是否还在寻找稳定的海外服务器提供商?创新互联www.cdcxhl.cn海外机房具备T级流量清洗系统配攻击溯源,准确流量调度确保服务器高可用性,企业级服务器适合批量采购,新人活动首月15元起,快前往官网查看详情吧