Is it possible to execute a single query with joining tables? Otherwise I will have to execute more than one query sequentially within handleRespone parts.
Hi Onur,
No, you cannot use joins, however, there are ways to bring related objects for a particular entity. Please see this blog post for details:
https://backendless.com/users-and-relations-in-java-and-android/
Regards,
Mark