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. We also provide the source code to the REST Debugger and you can build other platform versions (Win64 and OSX) of the…
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…
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…
Dave Nottage - Checking for an Internet connection on Mobile Devices with Delphi XE5
November 27, 2013
Author: EivindB
Dave Nottage, Delphi developer from Adelaide South Australia, has posted a great technical article showing everyone how to check for an Internet connection using Delphi XE5. The code works on iOS and Android devices. Thank you so much Dave!
Read…
Delphi XE5 - deploying and accessing local files on iOS and Android
November 23, 2013
Larry in Canada recently sent me an email asking a Delphi XE5 mobile multi-device question: “How do you include files and/or folders containing files with a Delphi Android application APK file?” I told him I would create a simple example and explain how to deploy…
Changing FireMonkey style at runtime
November 21, 2013
Author: Pawe Gowacki
Last month Sarina DuPont blogged about loading custom FireMonkey styles on a mobile device at runtime (“How to load custom styles at runtime“). That’s a very interesting approach to compile a custom style as a resource into the mobile app.
This week there was another blog post by David I about the availability of the new great looking mobile FireMonkey…
Using the new REST Client library components to connect to Web & Cloud services (Part 2)
November 9, 2013
Author: Al M1426
This REST BaaS (Backend as a Service) client tutorial shows how to use the Embarcadero REST Library for accessing REST-based web services (REST stands for Representational State Transfer). The library is available for all platforms that are supported by…
Creating an Overflow Menu on Android
October 17, 2013
During my CodeRage 8 session I talked about creating an Action Bar with an Overflow menu, so I wanted to provide some step-by-step instructions.
On Android, an Action Bar is atop(or top and bottomaligned) toolbar that is segmented into…
My "Secure DataSnap Development" CodeRage 8 session
October 16, 2013
Author: Pawe Gowacki
During my CodeRage 8 “Secure DataSnap Development” session I’m demonstrating different levels of security in DataSnap architecture.
Communication Protocol: DataSnap supports three different communication protocols: TCP/IP, HTTP, HTTPS. Choosing the HTTPS protocol that is implemented using SSL (“Secure Sockets Layer”) adds encryption to the communication…