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
vote
0 answers

Install and configure Backendless Standalone on a PC?

After Parse.com announced they're closing I've decided to find a new mbaas, and I found Backednless. I downloaded their standalone version and installed it on my PC. I would like to configure it in some way, in order to be able to deploy my custom…
starscream
  • 741
  • 2
  • 11
  • 23
1
vote
0 answers

How can I refresh my android List View using custom adapter

I want the list to get refreshed so that I can see the reflected changes Here s the listing activity. This mainly displays the list of items along with the cost,quantity etc. Each time I refresh I want the updated info if changed in the…
1
vote
0 answers

Backendless Windows phone 8.1

I try to use Backendless for a windows phone 8.1 app but it does not work i don't know why I created a folder 'lib' in the solution and put Backendless.dll in it but always give this message "Exception thrown: 'System.IO.FileNotFoundException' in…
1
vote
1 answer

Google Play - onReceivedSslError

I have read all themes about this, but didnt find the answer... Google Play has sent me this. In your application detected unsafe implementation WebViewClient.onReceivedSslError handler. .... The list of applications and classes, subject to…
Valeria
  • 696
  • 6
  • 12
1
vote
1 answer

Fetch image file from Backendless in swift

I have imported my Parse db to Backendless and I'm seeing that my image content is in relation with data in string format, so when I try to fetch it shows only as string(URL).How can I call or convert url to UIImage.Thank you See script below :…
xhiza
  • 51
  • 1
  • 8
1
vote
0 answers

Can't stream stored audio or video using URL with Backendless

We are having the issue that audio and video files, stored on Backendless, are not streaming in our app. With Parse shutting down, our company is currently migrating our projects from Parse to Backendless which provides a similar service. Our apps…
sam_smith
  • 6,023
  • 3
  • 43
  • 60
1
vote
1 answer

Backendless - save objects in specific tables without having the class for Java object to persist

I want to create multiple tables and I want to be able to add records in them without having the Java object classes for each of them. In Parse I could make ParseObject gameScore = new ParseObject("GameScore"); gameScore.put("score",…
Paul
  • 3,812
  • 10
  • 50
  • 73
1
vote
2 answers

Custom Sound not playing for Push Notifications

Using Backendless for Push Notifications, and my devices successfully receive them. But when I try to set the "ios-sound" parameter of the message to an mp3 I added to my project, it does not play any sound: Here in the Backendless docs it says…
vikzilla
  • 3,998
  • 6
  • 36
  • 57
1
vote
1 answer

Backendless Handling file from browser

I'm trying to build an application using Backendless as MBAAS, i was using parse before, let's say that i want to build a recipe app, is there any way to store the image associated with the recipe in the database? In parse you just have to specify…
jack87
  • 465
  • 2
  • 5
  • 13
1
vote
1 answer

How to retrieve data with relation (Backendless)

I am using backendless to save users objects in a database. I have a relation from my users table to a address table with two columns called "city" and "country". How can I retrieve this objects?
user4933792
1
vote
1 answer

Trying to save data with Backendless: Internal client exception

I want to persist a Employee in my Backendless app: Backendless.initApp(APP_CODE, REST_SECRET, version); Employee e = new Employee(1, "Bonifacio Johnson"); Backendless.Persistence.save(e, new BackendlessCallback(){ @Override public…
Héctor
  • 24,444
  • 35
  • 132
  • 243
1
vote
1 answer

Cannot resolve method

I am trying to get to show my "Uploads" folder on my Android Studio project from my Backendless files. This is the code: Backendless.Files.listing("/Uploads", "*.docs", true, new AsyncCallback>() { …
1
vote
1 answer

store data with realm retrieved by backendless same as parse LocalStorage

hey guys i just switched from parse to backendless and backendless didnt support local storage yet so i have do it by myself (store the retrieved data) i just want some guidance how am gonna do that ? do i need to store them with a hashmap array ?…
remy boys
  • 2,928
  • 5
  • 36
  • 65
1
vote
3 answers

Backendless - How To Get Objects From 'Data'

How do I get all the objects from Backendless's database into a UITableView in my iOS app? Looking at their Documentation, it doesn't clearly state how to get all objects. (I'm new to the platform) Any help would be appreciated!
DocAsh59
  • 400
  • 1
  • 6
  • 17
1
vote
1 answer

Target a specific user - Push Notifications - Backendless

How can I target a specific user with a push notification, triggered from a mobile app, using backendless as BaaS? Should I save each users DeviceToken and then use it when I want to push a notification?
Hussein
  • 407
  • 5
  • 16