Questions tagged [backendless]

Backendless provides an instant backend to help developers build better apps faster.

The Backendless Platform is a tightly integrated system designed to streamline and accelerate application development process. Individual platform products can address requirements of developers working on mobile, web-based or enterprise applications. However the platform as a whole establishes a unified approach for building applications faster, at a reduced development cost and with the utmost reliability.

Backendless.com

255 questions
-1
votes
1 answer

backendless app crash after its first use

i tried to use backendless as my backend, and i read the documentation i used their sample codes, when i run my app it crashes with following error backendlessTest[9984:8668361] *** Terminating app due to uncaught exception of class 'Fault'…
excitedmicrobe
  • 2,338
  • 1
  • 14
  • 30
-1
votes
1 answer

Swift: Return Backendless to table

Im having a problem on putting my received data(from backendless) to a tableview. As you can see on the image i have get data from Backendless and i have checked the data with print and it works. Now i want to put the data to my tableView, but it…
Jesper
  • 25
  • 5
-1
votes
1 answer

Swift 3 syntax error (Backendless)

after updating my Xcode i'm getting error in backendless's find Syntax e.g. dataStore.find( { (result: BackendlessCollection!) -> Void in let contacts = result.getCurrentPage() for obj in contacts { …
remy boys
  • 2,928
  • 5
  • 36
  • 65
-1
votes
1 answer

how to create a class in android studio thats parallel table in backendless

how do i get a field type pointer from backendless table into a class (object) in android studio Building building = (Building) Backendless.UserService.CurrentUser().getProperty("building");
lea
  • 13
  • 1
-1
votes
2 answers

Backendless Facebook SDK implementation

Is there a backendless implementation using Facebook SDK code example out there somewhere? I have done this and i can't see the user's data in my backend. Here is my code. private FacebookCallback mCallBack = new…
Geob
  • 586
  • 5
  • 15
-1
votes
2 answers

How do I go about getting an object out of a collection, updating it and saving it?

Sorry for the ambiguous title. In order for me to save a specific object I need to query it, which returns a collection. How do I save that collection after I've edited it? Any help appreciated. func joinGroup() { var group = Groups() …
-1
votes
1 answer

Migrate from parse to backendless

i want to install backendless with terminal in my ubuntu 14.04 server at home and i don't have a clue. Also after migrating from parse to backendless, do i need to change my parse client sdk ? Thank you.
Ahmed Commando
  • 723
  • 2
  • 7
  • 23
-2
votes
1 answer

Extract Object Data into usable format

I am a real newbie so go easy on me and my terminology, I am still learning! I have a Backendless database I would like to show in my app. I have successfully connected it to my Android Studio app, queried it and returned the data in the following…
Newbie123
  • 13
  • 2
-2
votes
1 answer

Has anyone been able to get google login working with javascript or REST with backendless 3.0 stand alone server

I am trying to find out if the anyone has successfully got google authentication to work with 3.0 version of Backendless Standalone using their javascript SDK or directly using their REST API? If you have, what standalone version of backendless are…
Barry MSIH
  • 3,525
  • 5
  • 32
  • 53
-2
votes
3 answers

Read the echo output of php file in python

I have a database on backendless cloud service which has no support for python. So i'm establishing the connection between the python code and the database using php files. The insertion is working fine as there is no response from the php file to…
user3091639
  • 43
  • 3
  • 9
-2
votes
1 answer

Populate swing JTable with Backendless data

I'm working in android/desktop application using backendless to share data between my PC and my Android device. I've created a class in backendlass which contains 2 columns "Name" "Url" (both are strings) I want to retrieve the data of this class in…
Bensaad
  • 45
  • 1
  • 7
-2
votes
2 answers

Create table and save data in backendless (Swift)

Is there a way to create a table and save data in a backendless.com database with swift2? I found just code for Objective-C. Objektiv-C code: -(void)saveNewContact { Responder *responder = [Responder responder:self…
-3
votes
1 answer

migration from backendless 3 to backendless 4(swift code)

swift code When I run the code shown in the picture above, it shows the following error: Value of type '[Any]' has no member 'data' How can I fix this error? Thanks for your help!
louistone
  • 55
  • 6
-3
votes
1 answer

Permanently configure static IP Address of Bitnami Standalone Linux version

How to permanently configure static IP Address of Bitnami Backendless Standalone Linux version? The Bitnami VM comes configured to use DHCP. The Bitnami FAQ says you can change the IP address using the command below: An alternative approach is to…
Barry MSIH
  • 3,525
  • 5
  • 32
  • 53
1 2 3
16
17