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…
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…
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 components for fast application development, you get full platform access to any APIs you need, including those we don’t…
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…
Creating an InterBase database on the fly with FireDAC
February 14, 2014
Recently I have been creating a number of applications using InterBase on iOS and Android using FireDAC components to talk to the database. One route to achieving this is by create the database file and table structure either via iSQL or using IBConsole GUI first before using it in your project. Once you have the database file (which is simple enough to do) you then have to deploy the file along…
Customizing and Creating VCL Styles
January 27, 2014
Delphi, C++Builder and RAD Studio include various VCL styles out of the box. These can be used for your Windows applications and customized via the included Bitmap Style Designer (Tools->Bitmap Style Designer). You can also create a new style from scratch. The easiest way…
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 (http://www.debenu.com/open-source/delphizxingqrcode/). Zarko has written two recent articles on his “On Delphi Programming” blog:
Generating QR Codes Using Delphi…