In a previous article (How to Save an Object with All the Children in a Single Call to Server), we examined how to simply save an object model. However, Backendless custom services give us much more flexibility when it comes to saving objects.
From time to time, we see some developers struggle with understanding how the principles of asynchronous work with Backendless. In this post, we’ll try to shed more light on this aspect: describe what async calls are, why you need them and how to properly perform such calls and process the results. This post will be specific…
In this edition of Backendless Spotlight, we travel to Scandinavia to take a look at an online shopping app from Norwegian footwear company Nordås Sko. The app uses Backendless’ Files and User Service APIs to bolster their user experience.
Today, we are going to look at a useful and interesting, but hidden, feature of Backendless. This function will give us the ability to create a multi-column table schema with a single query.
This post will show you how to implement a kind of “expiration” for your data objects. The strategy is sufficiently abstract, so it’s applicable to any resource you need to expire, including files, logs, and so on. Since the database does not have any built-in expiration mechanism, we’ll have to implement it on our own. Fortunately,…
In this edition of Backendless Spotlight, we cross the Atlantic to take a closer look at TopAnimals, an educational sticker-collecting app out of Italy. With TopAnimals, users can collect animal stickers of varying rarities that offer descriptions, curiosities, and habitat information. TopAnimals is brand new to the market, launching on iTunes just last week. Editor’s Note:…
Today, Backendless is excited to announce the release of the Backendless SDK for Flutter. With this SDK, you can quickly and easily integrate your Backendless server-side with your Flutter application. If you’re new to Backendless, start for free today to see how easy it is to integrate with your Flutter app. Backendless is the most complete…
In this edition of Backendless Spotlight, we travel down under to take a look at EatClub, an Australian app designed to make dining out more convenient – and less expensive. EatClub encourages you to “eat out, more often” by providing a platform for restaurants to offer last-minute deals on unfilled reservations. Unlike our previous entries…
One of the final steps before you release an app is to setup proper security. Specifically, the security of your File Storage is perhaps the most important since it may contain your business logic code (Cloud Code), your public website data, your logs, and any other assets that you probably do not want anyone from…