相关考题
-
单项选择题
使用()方法批量更新数据。
A.ContentResolver.insert()
B.ContentResolver.delete()
C.ContentResolver.query()
D.ContentResolver.update() -
单项选择题
()类代表画布,通过该类提供的方法,我们可以绘制各种图形(例如,矩形、圆形和线条等)
A.Paint
B.Canvas
C.Bitmap
D.BitmapFactory -
单项选择题
启动服务必须管理自己的生命周期,服务必须调用()方法停止自身。
A.stopService()
B.onStopCommand()
C.stop()
D.stopSelf()
