单项选择题
对于AlertDialog的描述不正确的是()。
A.使用new关键字创建AlertDialog的实例
B.对话框的显示需要调用show方法
C.setPositiveButton方法是用来加确定按钮的
D.setNegativeButton方法是用来加取消按钮的
点击查看答案&解析
相关考题
-
单项选择题
关于ImageSwitcher说法错误的是()。
A.ImageSwitcher里可以通过Alpha设定转换时候的透明位
B.在使用一个ImageSwitcher之前,不一定要调用setFactory方法
C.setInAnimation是设置资源被读入到这个ImageSwitcher的时候动画效果
D.setOutAnimation是资源文件从这个ImageSwitcher里消失的时候要实现的动画效果 -
单项选择题
使用HttpClient的Get方式请求数据时,可以()类来构建Http请求。
A.Get
B.URLConnection
C.HttpGet
D.HttpPost -
单项选择题
假设assets目录下有文件结构html/hello.html,用loadUrl()方法将该网页加载至webView时,需传入的参数是()。
A.file:///asset/html/hello.html
B.file:///android_asset/html/hello.html
C.file:///androidasset/hello.html
D.file:///assets/html/hello.html
