Thunkable is a no-code app builder specializing in iOS and Android mobile apps. When you integrate a feature-rich Backendless backend with your Thunkable app, you get a real-time database, user management, bulletproof security, highly-scalable serverless hosting, and much more.
In 2019, the BackendlessDataCollection class was added to Swift-SDK. This class conforms to the Collection protocol and allows you to retrieve and iterate over a collection of objects stored in a Backendless data table.
In the final part of our article series about creating a chat app that supports sending and editing messages in real-time, we enable the inclusion of image attachments with messages.
Flutter is a new cross-platform frontend framework from Google. In this article, we are going to show how to set up push notifications for your Flutter project and how to handle notifications directly from Flutter.
BackendlessDataCollection is a new class in the Backendless Swift SDK that conforms to the Collection protocol and enables you to retrieve and iterate over a collection of objects stored in a Backendless data table. This tutorial will show you how.
In this series of articles, we are going to show you how to make a beautiful chat app that supports sending, editing, and deleting messages with both text and images.
Codeless, or no code, mobile and web apps are apps built with specialized platforms that do not require the developer to write much, if any, code. The Backendless platform, through our prebuilt APIs and Codeless system, allows you to build an app’s entire backend without code.
Recently we published an article titled “How to Enable Push Notifications Using Backendless in a React Native App (Android)”. Now we are going to continue demonstrating how to enable push notifications, this time for iOS devices.
In this series of articles, we are going to show you how to make a beautiful chat app using Xcode Swift that supports sending, editing, and deleting messages with both text and images.