实现MediaPlayer音频播放,其中方法isPlaying()是用来判断是否在播放中。
查看答案
Service类中的生命周期方法中,被销毁时,系统将调用onDestroy()方法。
A. 对
B. 错
Service类中的生命周期方法中,被解除绑定时,系统将调用onBind(Intent intent)方法。
A. 对
B. 错
SharedPreferences数据存储技术中,判断Key是否存在,使用方法contains(int key)。
A. 对
B. 错
SharedPreferences数据存储技术中,保存int类型数据可以使用方法putInt(String key,Int value)。
A. 对
B. 错