Embarcadero has four mobile arcade game projects for Delphi in Object Pascal available for free over on GitHub. All of the projects run on Android, IOS, OSX, and Windows. One of the projects is called Space Rocks and I modified this project to allow the player to customize the game at runtime (for more info about Space Rocks check out this blog post). The modified game is called Deep Space Rocks.
Build Dynamic Forms At Runtime With Hospitality Survey Editor For Delphi 10.2 Tokyo
September 8, 2017
Embarcadero has released a Hospitality Survey App templatefor Delphi 10.2 Tokyo through their GetIt platform. The Hospitality Survey App consists of four different projects. A client app built with FireMonkey for Android, IOS, OSX, and Windows where users can fill out…
RAD Server Solution Series: [Hospitality] Restaurant Survey Application
September 1, 2017
RAD Server is a turn-key application foundation for rapidly building and deploying services based applications. RAD Server enables developers to quickly build new application back-ends or migrate existing Delphi or C++ client/server business logic to a modern services based…
Author: Landerson Gomes
See in this tutorial how to capture the version of your Android Delphi application. (In Portuguese)
Video
Did you like it? Then sign up for the channel: youtube.com/landersongomes6
Blog
Post orignal on my personal blog, go to: http://landersongomes.com.br/android/capturar-versao-do-app-delphi-android
Do you want to build an Android app? Try the Android App Builder…
Please read the installation instructions at the bottom of the Code Central listing before downloading the patch. Customers who are using the 10.2 Trial can also get this patch.
This patch fixes critical Android issues in Delphi, C++Builder, and RAD Studio 10.2 relating to…
This video shows building a profile screen for your multi-device application using the FireMonkey framework with both native UI support and custom styling. Highlighted in the video are custom multi-device styles included in Embarcadero’s premium style bonus pack and…
Custom Fonts on Android with Delphi 10.2 Tokyo
May 12, 2017
Author: Landerson Gomes
See in this post a quick video on how to distribute your App with custom fonts on the Android and provide even more attractive user interface customization.
Video
Subscribe to my YouTube channel: youtube.com/landersongomes6
Click the link and go to the full post: http://landersongomes.com.br/android/fontes-customizadas-delphi-android
Do you want to build an Android…
DEMO APP MANAGEMENT POST FUEL
May 7, 2017
Author: Landerson Gomes
Video Demo of a prototype project of the Fuel Station Management App.
Project
One partner asked me for a mobile application for fuel station management that interacted with a server application that already exists and is in production. Using Delphi…
Delphi on Raspberry Pi
May 5, 2017
[Part 1] [Part 2]
Part 1
The Raspberry Pi is an example of a single board computer. These low-cost hobby or project computers are a prime staple of the Internet of Things. More powerful than an Arduino, but not a full desktop. They often have limited or specialized hardware…
I am using the following components on my form:
TTabControl with 3 tab items
TabItem3 consists of:
TCircle with the stroke color set to match the toolbar color and a profile photo as the fill
TToolbar with multiple Speedbuttons and the screen title
Multiple labels on the form
TListBox with several list items, each with a custom bitmap and a Listbox search header.
TStyleBook…