Standalone back endless

Hi I have run some back endless sample apps but they work with back endless cloud storage.
How can I convert the app code to work with standalone back endless which I have downloaded.

Hi Christie,

Depending on the SDK, you need to call a kind of setURL() method in order to set your server’s endpoint for SDK.

It would be great if u replied with an example code

If you use Android SDK, this is Backendless.setUrl( “http://your_server:9000” );