Blog
Backendless Continues Momentum in Fall 2023 with 16 G2 Badges
Backendless earns 16 badges in the Fall 2023 G2 reports, including High Performer across API Management, mBaaS, API Design, and RAD, showcasing the platform's excellent developer support, ease of use, and global customer satisfaction.

How to Perform Complete Business Logic in One API Call

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.

How to Use Async Callback from Backendless Android SDK

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…

Backendless Spotlight on Nordås Sko

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.

How to Create a Table Schema in One Query

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.

How to Expire Objects in Data Storage

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,…

Backendless Spotlight on TopAnimals

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:…

Introducing the Backendless Flutter SDK

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…

Backendless Pro Spotlight on EatClub

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…

Improving the Security of Your File Storage

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…