Pawel Glowacki asked about vibrating smartphones using Delphi code for iOS and Android. Thierry Laborde and Williamm Wittwer of Embarcadero France provided the following Delphi and FireMonkey sample code:
unit Umain;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
…
Embarcadero Technology Partner Spotlight
Mitov Software – Delphi Arduino control and communication Boian Mitov – Mitov Software Thursday, June 25, 2015 http://www.mitov.com/ http://www.visuino.com/
YouTube video…
Embarcadero Technology Partner Spotlight
Gnostice – Programming with PDF and Office Documents Girish Patil – Gnostice Information Technologies Thursday, June 18, 2015 http://www.gnostice.com/
YouTube video – https://www.youtube.com/watch?v=jVC21mOV9bM
eDocEngine VCL is…
Cybelesoft - Thinfinity Virtual UI for Delphi
March 20, 2015
Embarcadero Technology Partner Spotlight
Cybelesoft – Thinfinity Virtual UI for Delphi Gustavo Ricardi – CYBELE SOFTWARE, INC. Friday, March 20, 2015 http://www.cybelesoft.com/
YouTube video – https://www.youtube.com/watch?v=OBbKKPy32S8
Thinfinity VirtualUI empowers developers who are confronted with a need for deep modernization of existing Windows-based apps with a…
Author: Wayne S8181
Monday, July 14, 2014: Lesson 3 – Accessing Local Storage and Data
In this lesson, we explore local storage covering a range of options including using INI files and local document storage. This lesson will also show how to use FireDAC database…
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…
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…
As part of the new addition of the REST Client Library components in Delphi, C++Builder and RAD Studio XE5, we also include a REST Debugger so that you can explore REST Services and use it to help prototype the property settings for your app’s REST Client components.
I found this great Delphi XE5 Android Bluetooth YouTube video, byBjörn Hansen, from back in September last year after the launch of Delphi XE5. it shows you how to use Delphi to create an Android app that uses Bluetooth to connect to a lighting control system. The…
You can easily location enable your Delphi VCL Windows apps
December 9, 2013
Author: Michael Gillen
Sensor support was originally added to Delphi a year ago. The sensor APIs are defined in the System.Sensors unit name scope and can be use in your Windows VCL and FM apps. This blog post will show you how you can easily location enable your Delphi VCL Windows applications. You’ll need a GPS device for your Windows computer (some of the recent Intel based…