Android Question Send notification to another phone

Mostez

Well-Known Member
Licensed User
Longtime User
my application makes orders from client phone, operators who process these orders has another application to do that by clicking a button to see if new orders were placed. I want to notify these operators once any order has been placed. what is the best method to handle this?

NOTE: clients send orders to MSSQL server database, then operators can browse these orders to process.
 

f0raster0

Well-Known Member
Licensed User
Longtime User
we send push notifications from our tablet in the restaurant to client's Smartphones letting them know the status of their order.

Our Apps in the restaurnts make a sound when a new order is placed.

Edit: our demo
 
Last edited:
Upvote 0
Top