Android development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Android development

I am making an app and I need to send a notification to the user based on the date and hour of the register in the database. What should I use AlarmManager, JobScheduler, or Notification? Can someone indicate some tutorial?

28th Oct 2018, 12:56 AM
Diogo
Diogo - avatar
4 Answers
+ 4
You can try hands on Push notification services that is far effective than Jobscheduler and related stuffs. Android Push notification services provider(s) are Google's Firebase or Open source Parse- server and much more..
30th Oct 2018, 1:29 AM
Amit Kumar
Amit Kumar - avatar
+ 2
Push Notification in Firebase will be much better to use to send the notification to the user
30th Oct 2018, 9:31 AM
Richard Nunoo Clottey
Richard Nunoo Clottey - avatar
+ 2
Can I use Push notification with SQLite, because my database is SQLite?
30th Oct 2018, 10:17 AM
Diogo
Diogo - avatar
0
I am agree with others answers. Firebase is the best.
7th Jan 2020, 9:36 AM
Bogdan Lonchuk
Bogdan Lonchuk - avatar