+ 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?
4 Antworten
+ 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..
+ 2
Push Notification in Firebase will be much better to use to send the notification to the user
+ 2
Can I use Push notification with SQLite, because my database is SQLite?
0
I am agree with others answers. Firebase is the best.