Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是安卓新手。
我想在android中编写一个警报系统。
我想在主屏幕上每隔几秒(或几个小时)显示一个窗口(或对话框),我想在几秒钟后隐藏它。
我该怎么做?
为了每隔几秒钟显示一次对话框,您需要创建服务,您将在其中创建带有句点的计时器。并在几秒钟后隐藏使用 Toast with duration。
使用AlarmManager触发报警,使用BroadcastReceiver处理报警通知,弹出对话框