We are thrilled to announce that Backendless version 5.0 has been released. The Backendless Cloud installation has been updated; all apps run on the new version now. The new release is a major milestone for Backendless as it significantly strengthens our position as a leader in the mobile application development space. The new release delivers…
Suppose your app logs in a user. As a result, the app gets a user-token which uniquely identifies the user’s session with Backendless. If your app uses our SDK for Android, iOS, JS or .NET, the user-token value is managed directly by our libraries. Specifically, it is added to every API call to maintain the session…
Backendless Marketplace is a specialized store for backend functionality. Our vision for the marketplace is to make it a community-driven store for algorithms and API services. We also use the Marketplace for various Backendless”extenders” to help developers to increase the limits of the Backendless Cloud pricing plans. However, most importantly, the Marketplace can be used…
Today we are going to talk about the integration of Backendless into your AngularJS/TypeScript app. We will create a simple Address Book application where all the application data will be stored in the Backendless mobile backend. The main goal of this article is to provide step-by-step instructions and to show how to create an Angular…
In this article, we will learn how to create QR codes with a custom Backendless API Service. For the sample code reviewed later in the article, we will use Java and the ZXing library (https://github.com/zxing). What is a QR code? A QR code is a computer-generated image with some information encoded in a graphical way….
This series of tutorials was prepared by: Ega Wachid Radiegtya An Entrepreneur & App Developer You will learn how to make your own LinkedIn clone on Android, using React Native, React Navigation, Redux and Backendless. The following tutorial series is perfect for you if: You have a basic knowledge of React/Redux You’re looking to learn how…
Backendless and Firebase, both being mobile backend as a service (MBaaS) platforms, present different capabilities for mobile app creation. Here is a list of the Backendless features which either are not supported by Firebase or just exceed it in usability. Backendless Pro (the standalone, self-hosted version of the product) can be installed on the developer’s…
In this article, we’ll talk about Backendless publish-subscribe messaging. One of the more common questions we receive is, “How can I get messages long after they are published?” The default mechanism in Backendless keeps messages in the published channel for a short period of time only (around a minute). This becomes a problem if a…