Create Notification each day

前端 未结 2 1716
失恋的感觉
失恋的感觉 2021-02-14 07:04

I want to create a Notification each Day at 8:00am. I have some data in a SQLite database and every day at this time I want to get the data from it and create a notification fro

2条回答
  •  别那么骄傲
    2021-02-14 07:10

    You do not need a server. I think the best way to implement this is to use AlarmManager.

    Alarm Manager Example

提交回复
热议问题