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 developer includes the source code for the example that also includes a Android Bluetooth Delphi interface unit version of the…
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…
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…
How to load custom styles at runtime
October 16, 2013
During my session at CodeRage, I briefly talked about how to load custom styles at runtime. I wanted to elaborate on this topic and provide some detailed steps.
In this example, we are creating a mobile app for iOS and Android that uses the ‘Jet’ Premium…
Delphi XE5 Android Text to Speech example in CodeCentral
September 28, 2013
Author: Joshua P7819
Jeff Overcash, TeamB member and the maintainer of the InterBase Express Components (IBX) for the past 13.5 years, has created a Delphi wrapper unit for Android text to speech functionality. Jeff has also created a simple demo example that allows you to input some text into a TMemo and hear the text spoken on your Android device. In a comment on the Delphi XE5 Android API…
Are you asking about app size? (by Delphi for Android)
September 19, 2013
Author: Vsevolod L1433
You’re asking about app size? Not a news. Since Delphi 1 people’re asking “why Windows calculator is 33 kb, while Delphi version of the same exe is 300 kb”? Then and now it’s a question not about technology. Are you…
Simple Database and Data access in Delphi XE5 for iOS and Android
September 18, 2013
Author: Blaise Þ
With the release of Delphi XE5 for iOS and Android developers now have several options for connecting to databases and data both on the devices themselves as well as via our DataSnap multi-tier technology; REST application services, REST, SOAP, and XML…
Playing Audio Clips on Android
September 10, 2013
I have been working with our R&D team on the samples and snippets for RAD Studio XE5. Our mobile snippets are designed to showcase key functionality with just a couple of lines of code.
Today I thought I would highlight our AudioPlayBack snippet.
This snippet consists of the following 4 components:
TToolbar
2 TSpeedButtons parented to the toolbar
TMediaPlayer
The toolbar Align property…