Delphi

Using the new REST Client library components to connect to Web & Cloud services (Part 2)

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 Delphi. The REST Library framework focuses on JSON as the representation format. XML is not explicitly supported. In Part 1, we…
Read more
Delphi

Creating an Overflow Menu on Android

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…
Delphi

Delphi XE5 Android Text to Speech example in CodeCentral

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…
Read more
Delphi

Delphi Training videos and tutorials - from LearnDelphi.tv

For those of you who need to learn more about Delphi programming, Alister Christie (http://learndelphi.tv/)who is one of our Embarcadero MVPs, has 74 free Delphi tutorial videos and a long form training videos “Building Applications in Delphi Using the Visual Component Library Part 1 and 2” (12 hours of training) available for sale…
Read more
Delphi

New "TOSVersion" type in Delphi XE2

Author: Tóth Erik Delphi XE2 is probably the most significant release since Delphi 1. The number of new features is amazing and probably the biggest, most important one is FireMonkey – a brand new business application development platform that let you use Delphi…