添加背景音乐

Posted IT_lss

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了添加背景音乐相关的知识,希望对你有一定的参考价值。

使用JdPlay框架,网址:https://github.com/szjd/docs/blob/master/JdPlayOpenSdkandroid.md

*
JdDeviceListPresenter的创建必须在设备的 listview 初始化后调用,
因为在创建JdDeviceListPresenter的时候,可能会调用onJdDeviceInfoChange
*/
mPresenter = new JdDeviceListPresenter(this, this);


fragment的oncreateView()方法下当搜索不到设备时添加到其他页面。
mDevicePresenter = new JdDeviceListPresenter(getActivity(), this);
JdDeviceInfo selectedDevice = JdDeviceManager.getInstance(getActivity()).getSelectedDevice();
if (mDevicePresenter == null||selectedDevice == null) {
view = inflater.inflate(R.layout.item_home_top_music_not_found, container, false);;
return view;
}

以上是关于添加背景音乐的主要内容,如果未能解决你的问题,请参考以下文章

炫酷 CSS 背景效果的 10 个代码片段

如何在背景图像后添加页脚?

如何在 MS Word 文档中显示代码片段,因为它在 *** 中显示(滚动条和灰色背景)

Android:更换片段时如何停止音乐?

AlertDialog 更改片段中的背景颜色 [重复]

使用 Kotlin 更改片段中的按钮背景