相关考题
-
多项选择题
Android中BitmapFactory提供的加载图片的方法有哪些()
A.decodeFile
B.decodeResource
C.decodeStream
D.decodeByteArray -
单项选择题
Android的Handler中发送消息时使用哪个api()
A.loop
B.createMessage
C.sendMessage
D.send -
单项选择题
Android开发过程中跨线程通信经常使用Handler在Hanlder消息机制中消息队列是哪个类()
A.Looper
B.MessageQueue
C.looper
D.Message
