In this post, we’ll show a webinar demonstrating how to use Delphi and C++Builder 10.1 Berlin to create mobile applications for iOS and Android. We’ll go over how to get started, best practices for mobile UI/UX, building your first app, using FireUI Live Preview, creating custom design views and Live Previews, a real-world example of creating, submitting, and receiving store acceptance…
Visual Arduino programming for kids and professionals using Visuino by Mitov Software - powered by Embarcadero Delphi
April 12, 2016
I am often by parents how they can get their kids interested in technology and programming in a fun and educational way. When I was a kid growing up I played with erector sets, built my own crystal radio, used my Edmund Scientific kit to create microscopes and…
With the introduction of the Parallel Programming Library (PPL) and Embarcadero C++Builder support for C++11 lambda functions on the Win32, Win64, iOS and Android platforms, you can now use the two in combination in your applications. Below you will find C++Builder example…
Migrating Legacy (DCOM based) DataSnap Servers from Delphi 2007 (and earlier) to Delphi 2009/2010 (and later)
March 24, 2016
Author: David T53150
A DataSnap migration question came up in today’s webinar, “Delphi 2007 to Delphi 10 Seattle Migration: Easy!“. Miguel Angel Moreno asked “Is there any webinar/document covering an easy way to convert old Midas remote provider based applications to the new DataSnap 2009 Rest remote dataset based approach? This is about one of the hardest functionalities to…
Learn How to Use the New JSON Features in RAD Studio 10 Seattle
February 22, 2016
Author: franklinrhsampaio
Learn How to Use the New JSON Features in RAD Studio 10 Seattle – Webinar
Wednesday, March 2, 2016
Pawel Glowacki – Embarcadero Technologies
RAD Studio 10 “Seattle” introduces many new features for working with JSON documents. In…
RAD Studio setting the vcl application icon.
February 17, 2016
Author: Craig Chapman
I recently received a question from one of my customers, asking how to set the icon for an application (in this case a VCL application). This is something that I’d understood to be trivial, but when I tried it for myself I learned that in fact…
Author: Developer Skill Sprints
Learn to apply Effects, Animations & Transitions on FireMonkey controls.
Why Use Animations, Transitions and Effects?
Give you user interface life
Make application more interactive
Keep users attention
Use motion to provide meaning
Implement Google’s Material Design
Skumorphic behavior
Less code and better UI performance
Add affordance to user…
Skill Sprint: Saving and Retrieving Settings Using SaveState
January 12, 2016
Author: Developer Skill Sprints
Introduction to “SaveState”
Persist form & app state between sessions
On mobile devices, background apps may be terminated for memory
Default saves state to transient / temporary storage
Also option to save to persistent…
How to best load an image from a URL using TWebBrowser when targeting multiple devices
December 21, 2015
In this snippet, I placed a TWebBrowser control onto my FireMonkey form and aligned it to the client. I then set up the following OnFormCreate event to load a web image into the browser control. I also restricted the image size to the screen dimensions of the…
Skill Sprint: Regular Expressions and TRegEx
December 4, 2015
Author: Developer Skill Sprints
Delphi Skill Sprint Replay –https://www.youtube.com/watch?v=jng2dMr2Vrw
C++ Skill Sprint Replay – https://www.youtube.com/watch?v=h2gU7nHvnCQ
RAD Studio Learning…