Android - Change mode to use HTTP

Is there a method to call to change the method of API calls to use HTTP?

Yes, call Backendless.setUrl( "http://api.backendless.com" ) at the start of your application.