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…
All available APIs for creating, updating and deleting objects in the Backendless database operate on single objects. This means that when you need to store multiple objects in the database, each object requires a separate API call. This increases the number of API calls your app makes. While it is great for us (hey, our…
Backendless-powered self-guided app for Japantown of Tacoma INTRODUCTION Using Backendless as a primary platform, a Backendless user named Josh created the Tacoma Japantown Walking Tour app, which can be accessed from the Google Play Store and the Apple App Store. Built to facilitate visits to the historic Nihonmachi (Japantown) of Tacoma, WA, this app offers practical, and…
If you have any smart IoT devices in your home or office and tried controlling them with Alexa, you might wonder how it actually works. In this guide, you will learn about building a custom Alexa skill that will let you control a wi-fi enabled light bulb with Alexa. You will be able to turn…
This post describes the process of developing an API Service in Backendless with JavaScript. You will learn: how configure your development environment include NPM dependencies run the service in the debug mode and test it using the Backendless console deploy the service to Backendless The service you will develop in this guide will provide APIs for…
Backendless Pro, the standalone version of Backendless, is now officially released and is available for download. The new release includes the latest version of the Backendless Platform. Version 4, which was originally launched only for the Backendless Cloud product, is a major improvement over the previous version. The version 4 release includes: Completely redesigned Backendless…