Data Service Handler are not invoked after entering data into the table in backendless console

afterCreate () event handler for Data Service is only invoked when I am creating table content through the REST , But my question is why it is not invoked when i am directly adding a row in Backendless console.

because events handler triggered only if you use API calls

How is it saving a row in a database from Backendless console without doing API call ?

I rephrase my answer: event handler will trigger only if you use methods from the doc https://backendless.com/documentation/data/android/data_overview.htm (choose sdk that you are using)