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…
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…
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 examples of embedding maps on the page. I chose the example for paving the route from point A to point B. And as an example of…
Delphi (C++Builder) Android Mobile Client DataSnap Server
March 21, 2014
Author: Vsevolod L1433
Преамбула
DataSnap – платформа создания многозвенных приложений. Её история достаточно продолжительна, начиная с совсем ранних версий Delphi.
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…
Lazy Form Creation Design Pattern
February 19, 2014
Author: Pawe Gowacki
One of the most important things about any application, and especially mobile apps, is short start-up time. End user does not like to wait for too long for an app to start. In some cases, if the start-up time is excessively long a mobile app may not be accepted into an app store.
I have been building a lot of mobile apps recently for both Android and iOS in Delphi and found…
Altium Designer 15 000 000 codelines
January 27, 2014
Author: zhang
Embarcadero likes mentioning Altimum Designer when asked about high-class large-scale successful commercial systems made with Delphi. The project has about 15000000 codelines. Altium Designer is a CAD system for electronic products, including 3D…
QR Code Generation Using Delphi XE 5 / DelphiZXingQRCode
January 18, 2014
Author: Janez Atmapuri M6099
Žarko Gajić shows you how to add QR Code generation to your Delphi VCL and FireMonkey applications. His article uses a Delphi wrapper for the ZXing open source barcode image processing library…
Fun with FireMonkey Gradients
January 9, 2014
Author: Pawe Gowacki
Everybody loves colours. Great apps should use colours in clever and original ways. I have been recently spending a lot of time using Delphi XE5 for designing screens for mobile apps and must admit that I really like the way how iOS 7 is using colours and gradients. There is a lot of interesting information about iOS user interface design best practices at “iOS 7 Design…