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.

Game With Me

App features include: Push Notifications, Search Filters, Instant Messaging, Social Login, React Native frontend.

Integrating Push Notifications into a Dropsource Project

Dropsource is an online platform for developing Android and iOS applications without coding. The platform also lets you download the source code for your app so you can make changes and subsequently publish into the app store (note: downloading the source code is a paid feature). If you’re looking to add support for push notifications…

Personalized Push Notifications for Android and iOS

We are happy to announce the new release of Backendless, version 5.2.0. The new release delivers completely redesigned support for push notifications. With the new release, you can create highly visual, dynamic, and interactive push notifications for Android and iOS devices. The content in the notifications can be personalized for each individual user. You can greet…

Developing a Mobile App Without Coding With Dropsource and Backendless

The mission of Backendless is to simplify the app development process. We strive to empower software developers like you to build apps without spending any time on monotonous and repetitive coding tasks. In most cases, a developer working with Backendless should barely think about the server-side and focus entirely on the user experience. Backendless and…

Backendless Pro is Now Available With Docker Architecture

The Backendless Platform is built to run anywhere. We have had that vision right from the very first release of the product. Many of you are familiar with Backendless that we host in the cloud; however, the exact same technology stack is also available as an on-premises solution which we call Backendless Pro. Backendless Pro…

Developing a Mobile Application Without Any Coding Using Backendless and Dropsource (Part 2)

This is Part 2 of a series of articles where we build a mobile app without any coding. The app we are working on is a ToDo app.  In the previous post, we did the following: Set up a Backendless (backend) account. Set up a Dropsource (frontend) account. Implemented (without any coding of course) an application…

Developing a Custom Skill for an Alexa Game

In one of our previous articles, we showed how to develop a custom Alexa skill using an example of a Trip Planner app (How To Build A Dialogue Custom Alexa Skill Using JavaScript (Without Lambda). In this article, we will show you a more complex example of the interaction between Alexa and the user. Today,…

Modify the Backendless Chat App to Support Sending Images (Part 1)

Did you know you can use the Backendless Code Generator, which is a part of Backendless Console, to easily generate a simple real-time chat application for iOS, Android and JavaScript? You get full source code and can see how to use Backendless APIs for sending text-based chat messages in real time. In this article, we will describe…

Using Codeless to Retrieve More Than 100 Objects With a Single Client-Side API Call

If you’ve used the Data Retrieval API in Backendless Cloud, you may know that the server limits the number of objects retrieved from a table to 100 in a single call. For Managed Backendless and for Backendless Pro, this limit is configurable.  In order to retrieve more than 100 objects, data paging is required. Paging greatly…