Author: Pawe Gowacki
Welcome to The C++ Mobile Day webinar! Right now I’m listening to David I explaining basics of building native mobile apps for Android and iOS from the same C++ codebase with C++Builder XE6. In less than three hours there will be my, prerecorded session “Create C++ Secure Mobile Applications that Work with Enterprise Web Services and Multi-tier…
Author: Masood B6450
Using Visual LiveBindings, custom LiveBindings expressions and TListView, it it easy to add ListView headers to your mobile application that support alphabetical ordering and various other customizations. It will only take a couple of steps to enable it…
In RAD Studio XE6, we introduced our BaaS (Backend as a Service) support. This includes components for both Kinvey and Parse. Part of our component pack is the TBackendUsers component which is designed to be hooked into either the ParseProvider or KinveyProvider…
Finding your Tethered Apps
April 28, 2014
Author: Vincent P596
RAD Studio XE6, Delphi XE6 and C++Builder XE6 include support for tethering your VCL and FMX apps together. This blog post shows you how to display all of the tethered apps that you can find on your subnet. App Tethering includes two components: TTetheringManager and TTetheringAppProfile. For this article I’ve built a Delphi VCL application that uses these two components…
Using Custom Endpoints to create a BaaS enabled Desktop application for sending notifications to your mobile apps
April 17, 2014
I previously wrote a blog post on how to send notifications via our BaaS (Backend as a Service) support in Delphi to your mobile devices on iOS and Android. This blog post assumes that you followed the steps in my previous blog post and in the referenced docwiki articles.
…
Author: Nikolay M4446
One of the innovations in XE6, it’s a method EvaluateJavaScript in the component TWebBrowser. This method allowing execute JavaScript on the loaded page and add interactivity to our applications.
On the site developers.google.com contains many…
Remote push notifications on Android with RAD Studio XE6
April 16, 2014
In RAD Studio XE6, we introduced support for remote push notifications with our BaaS (Backend as a Service) integration. We include components for Kinvey and Parse, two popular BaaS providers, right out of the box.
Our BAAS framework in RAD Studio XE6 is based on our REST API framework. To enable push notifications on Android, we require Google Cloud Messaging (GCM) support to receive the push…
Delphi (C++Builder) Android Mobile Client DataSnap Server
March 21, 2014
Author: Vsevolod L1433
Преамбула
DataSnap – платформа создания многозвенных приложений. Её история достаточно продолжительна, начиная с совсем ранних версий Delphi.
Detecting connected Bluetooth devices on Android
March 20, 2014
In Appmethod, we include many different components. This includes visual components for user interface elements and also non-visual components for database access, accessing device sensors/services, connecting to REST services etc.
While Appmethod includes many pre-built…
How to Fix MSBuild Error MSB4006
March 3, 2014
Author: Craig Stuntz
You may encounter an error which looks like this:
MSB4006: There is a circular dependency in the target dependency graph involving target “ResolveProjectReferences” [MyProjectName\MyProjectName.csproj]
…when running MSBuild from the command line.
This error happens when:
You run MSBuild on a machine with .NET 4.5 installed and
You build a project…