我正在使用大图片通知来通知。我需要检查数据库是否存在任何新消息....如果存在则必须发送通知。任何人都可以帮助我。
if(true1==true)
{
runnable = new Runnable() {
public void run() {
shownotification();
notification
}}
};
}
handler.postAtTime(runnable, interval);
handler.postDelayed(runnable, interval);