Today we are going to talk about a very valuable feature available for Managed Backendless and Backendless Pro users called Low Priority Tasks. In this article, we’ll look at how it works and what is it best used for. Backendless custom business logic (Cloud Code custom event handlers and custom API services) tasks are put into a…
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…
Since Backendless does not have native APIs to download files, today we’ll talk about how to implement this function in your Android application. In order to do that, we’ll need to combine the Backendless file listing API and android.app.DownloadManager. There are several alternatives to this approach, but the selected one requires less code to write…
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…
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…