当什么都没有从微调器中选择它在android中显示警报消息

时间:2010-12-29 13:05:59

标签: android spinner alertdialog

当没有从微调器中选择任何内容时,它会在android

中显示警告信息

1 个答案:

答案 0 :(得分:1)

首先参考Android网站上已经提供的这篇文章:http://developer.android.com/resources/tutorials/views/hello-spinner.html

找到以下方法:

public void onNothingSelected(AdapterView parent) {
       // display your alert box
    }