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 Generate Client Code Based on Defined Tables

In this post, we continue our mission to build a restaurant to-go order app. So far we have put together UI mockups for the future Backendless application, and designed data schema for all the application’s data entities. At this point, we are very close to the coding part.

How to Use Custom Classes in the Backendless Flutter SDK

We are pleased to introduce the new version of the Backendless Flutter SDK, v0.2.0, that adds support for custom classes. In this article, we are going to demonstrate how to start working with it.

Backendless Data Collection Tutorial for Java/Android

In this article, we’ll consider some practical examples of how to use the Backendless Data Collection library to its fullest extent. You can find code documentation and sources for the library here.

How to Declare a Relationship Between a Data Table and Geopoint(s)

Data objects in Backendless can be connected to related properties not only in other tables, but also with Geopoints. These relationships may be declared programmatically or using Backendless Console. In this post, we will review the process of declaring a Data-to-Geo relationship in a data table schema.

ROI Calculator – How Backendless Can Save You Money

In this article, we’re going to review a fun feature – an ROI (return on investment) calculator. That may sound like a boring subject, but we sure tried to make it fun. Indeed, if you are a developer and are tasked with figuring out how a product or a service can save money, it may…

Create Google Registration and Login Example App with Code Generation

Today we are going to walk you through the process of allowing users to register and log into your app using their Google account. The best way to showcase this is to walk through the Registration and Login example app available in the Code Generation section of your Backendless Console.

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 Code Generation to Simplify Working With Data

In Java, entity objects are classes that represent data from your table. From an object-oriented perspective, these objects are built to encapsulate your data in the real-world problem domain. 

Developing a Custom Code Generator with Backendless 4.0

One of the new features we added in Backendless 4.0 is support for custom code generators. We already have multiple code generators which can create complete client-side projects for Android, iOS, and JS with just a few button clicks. Ability to add your own custom generators greatly expands the possibilities. The Backendless code generator system uses…