Author: Alain B27005
If you are looking to use some third-party libraries, APIs, or frameworks in your mobile applications on iOS or Android, you may need to generate header files in order to access those interfaces. You might want to do this if you want to use the Facebook SDK, the Google AdWords Conversion Tracking SDK, or any number of third-party libraries. There are a number of tools that can…
Changing the color scheme of an Android style
December 1, 2016
Author: Felipe X60228
In this post, we’ll show you how to use the Bitmap-style designer to change the color scheme of an Android-style you’ve created in IDE Software.
Step 1: Select one of the Style Templates
Open the Bitmap Style Designer via the Tools menu in…
Background Tasks And Inter-App Communication With Android Services And Intents In Delphi And C++Builder
November 7, 2016
Author: Andreas H57472
If you are developing Android applications with Delphi or C++Builder, you may want to perform background tasks for your app. This is simple to accomplish with Android Services. There is a fantastic CodeRage X replay on building Android Services with…
RAD Studio in FireMonkey provides access to a variety of device sensors on Android and iOS. Six different demos show how to easily access a variety of these various sensors. The demos include the Gyroscope, Accelerometer, AccessCameraApp/CameraComponent, Location, and OrientationSensor. These demos make use of the TOrientationSensor, TLocationSensor, TMotionSensor, TCameraComponent, and…
Access FTDI, Prolific, USB, And Serial COM Ports With Firemonkey In Delphi 10 Berlin On Android And Windows
August 23, 2016
Author: Wolfgang_W_
Developer Erik Salaj over at WINSOFT has a whole suite of Com Port components for Firemonkey in Delphi and C++Builder. The various Com Port components give you access to the Com Port on Android, OSX, and Windows. It does not appear that there is any…
There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can…
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…
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…
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: Android Services for Background Execution
November 2, 2015
Author: Developer Skill Sprints
New in Delphi and RAD Studio 10 Seattle is the ability to create Android services for background execution on Android, even when the app isn’t running.
Register now for November 10th, 2015
This page will be updated with more information, resources and a replay after the Skill Sprint.
Sample application using Location services in a Local Android Background…