How to make notifications app ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

25th Oct 2020, 12:50 PM
Mustafa Tayyar
Mustafa Tayyar - avatar
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
25th Oct 2020, 2:13 PM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
0
Which os do you want to write the application for, are you an experienced programmer, do you know any languages.
25th Oct 2020, 1:34 PM
SMMR
SMMR - avatar
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.
25th Oct 2020, 2:16 PM
Mustafa Tayyar
Mustafa Tayyar - avatar