How can I send a push notification automatically if their is a tuple added in my DB?

I want to send push notification to my users if their is any tuple added in one of my tables? But how can I do it automatically. In parse it was possible using cloud code and aftersave() method? Is their any way I can do it here?

You need to add “afterCreate” event handler: https://backendless.com/documentation/business-logic/java/bl_data_service_handler.htm

but where to write this code…do I have to include this in my android code???

No, it is server-side code. Start with the getting started guide, it will help you understand how it works: https://backendless.com/documentation/business-logic/java/bl_getting_started.htm

Hey Mark,

If i add a tuple using Backendless console, will it send notification if i follow as you specified above?

Only if you use REST Console inside of Backendless Console.