This page contains resources and the replay for day3(September 7th, 2016)of theDelphi Boot Camp.
Trainers
Jim McKeethEvangelist & EngineerEmbarcadero Technologies
Daniele TetiDeveloper & Authorbit Time Professionals
Agenda
User Interface Considerations
Layouts & Paradigms
Using Animations
Using Effects
Using…
Day 1
This page contains resources and the replay for day 1 (September 5th, 2016)of theDelphi Boot Camp.
Trainer
David I.Evangelist & EducatorEmbarcadero Technologies
Agenda
Purchasing the $0 starter edition, install using the…
Delphi Boot Camp Day 2 - Getting to Know the Delphi Language
August 30, 2016
This page will contain resources and the replay for day 2 (September 6th, 2016) of theDelphi Boot Camp.
Trainer
Marco CantuProduct ManagerEmbarcadero Technologies
Agenda:
The basics of Pascal and Delphi
The Modern Features of the Delphi language
What makes…
C++ Boot Camp: Game Development
August 1, 2016
Author: Aidan K7359
11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com
Four different games with classic game mechanics will be demonstrated.
We will be also be covering topics such as App Tethering, utilizing TFrames to build your UI, using TRectangle as a light weight image object, accessing the device motion…
Author: Sadaqat Ali
There are a number of Firemonkey component sets available for Delphi Berlin that can help you get ahead when developing for Android and iOS. Consider component developers to be another member of your team: they do the groundwork so you can focus on the…
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…
Author: Luis Navarro
I’ve always enjoyed working with Delphi and RAD Studio to create Windows applications. However, with the latest releases, it is possible to go beyond Windows and create a new ecosystem that includes the capabilities of mobile apps, IoT devices, and so on…
RAD Studio 10 Seattle introduced the Android services feature, and I’ve been thinking about connecting a…
How to use custom Info.plist XML to support iOS 9's new App Transport Security feature
September 24, 2015
Apple introduced the new “Apple Transport Security” feature in iOS9 to restrict apps that use HTTP protocol requests behind the scenes. To allow your app to use HTTP, Apple provides Info.plist settings. This new feature will have an impact on the execution of…
New per-DPI awareness in VCL applications
September 9, 2015
Author: Luis Navarro
In RAD Studio 10 Seattle, we’ve added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no…
Building Proximity Aware Application with RAD Studio XE8
April 8, 2015
RAD Studio XE8 provides you with the tools to rapidly design, build, and deploy connected apps that deliver innovative IoT solutions.
The new Beacon component makes it easy to add proximity awareness to your applications.
Two beacon formats are available: iBeacon and AltBeacon.
iBeacon is a format defined by Apple. When working with iBeacons,select theStandard Mode available for the…