The release of Backendless 4.5.0 introduces support for file search in Backendless Console. We already had search API in our SDKs (Android, iOS, JS, REST) and based on the feedback from the customers added search support in the Console. Here’s what you can do now: Basic search Type in a partial or full name of…
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…
Happy New Year, everyone! Here at Backendless, we hear a lot of cool and interesting stories about people using our technology to build awesome things. Every now and then we come across some truly inspiring ones. Here is a story of Mudasar Javed, a 16 year old developer from Australia who launched a social network…
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…
This is Part 2 of the article about developing an Amazon Alexa skill without any coding. In Part 1, you learned the following: How to create a Codeless API Service responsible for handling Amazon Alexa requests. The service completely removes the need for adding AWS Lambda functions and runs without any cost in the free plan of…