即使时间是7:30我想通知。 我无法用while循环来做到这一点 对于exp:
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();
任何Toughts或Ideas如何更新textView并在7:30时通知?