0

我想在时间是 7:30 时通知。我无法使用 exp 的 while 循环来做到这一点:

while(stop != false){
textViewSecs.setText(String.ValueOf(secs));
textViewMin.setText(String.ValueOf(min));
textViewHour.setText(String.ValueOf(Hour));
if(hour == 7 && min == 30)
notify.show();

任何想法或想法如何更新 textView 并在 7:30 时通知?

4

0 回答 0