希望这是一个简单的。
我需要设置一些变量来保存从我的时间选择器和微调器中选择的值。
目前我正在尝试使用“时间”对象设置选择的时间,但我收到一个错误,即我的参数与构造函数的参数不匹配:
当前代码:
//Error on the constructor.
Time setTime = new Time(dobHour, dobMinute);
我的第二个问题是我试图将选定的选项从我的微调器设置为一个变量。有人可以告诉我如何将选定的微调器项目设置为变量(这样我就可以将其插入到我的数据库中)。
如图所示:
\\I realize this is the wrong format. Could someone
\\tell me what I need to set it as?
String typeToSet = setType.getText().toString();