Search code examples
androidqtbackendless

Using Backendless API with Qt for Android


I'm writing an application on Qt Android (C++) , and would like to manage some data and users on Backendless server. How can i use their APIs? Is the REST the only way in this case?


Solution

  • Yes, currently there is no SDK for C or C++, so your only option is to use REST SDK.