store procedure and view

Can I create a store procedure or view in database to get my complex custom query. If yes, How can I use in Android ?

Hi, Mohammad!

In this case it is better to create a custom Business logic service that will do the complex job and you can call it from Android code. Check our documentation for Business Logic.

Hi, Anatolii. Thanks for your answer.

I know about business logic but I have some problems that I think can not be solved through business logic.
I want to make a result of a query affected by user that sent query. In the other words my query result would be changed base on the user who call it.

The best way to achieve this is by using Business Logic. Backendless does not provide a way to create stored procedures or views in your application database.