0
How to make notifications app ?
Hello I want to make an app that gives me a notification everyday, but a specific notification (as a quote you can say). For example, on 1/1/2021 at 11:00AM the notification will be quote1, 2/1/2021 at 11:00AM the notification will be quote2 (which I have already inserted them .. offline not online like firebase) What can I use ? And how to do that ? Thank you all
3 Answers
+ 1
So you mean scheduling local notification right.
To do this in the right way you need a BrodcastReceiver, cause there are no defult method for scheduling notification you can use AlarmManger.
I'm leaving some external link, There you can understand it more briefly.
https://gist.github.com/BrandonSmith/6679223
https://stackoverflow.com/questions/23106006/how-schedule-local-notifications-android
0
Which os do you want to write the application for, are you an experienced programmer, do you know any languages.
0
SMMR Android .. java
I am not an expert.
0_O-[MĂ€gĂĄr_SĂĄm_ĂkĂ _NĂŒllpÞïntĂȘr_ĂxĂ«cĂ©ptïön]~~ Thank you, I will see this.