Home/Blog/

Connectivity checker for mobile, revisited

By |2018-07-15T15:07:05+10:30July 15, 2018 3:07 pm|Code tips, General tips|

Nearly 5 years ago I wrote an article for checking whether a mobile device has an internet connection. This article revisits that solution, dropping the "less-used" functionality, however it also gains an important feature. The code and demo for this article was written and tested on Delphi Tokyo 10.2.3, however it should work on earlier [...]

Moving controls into view when the virtual keyboard is shown, revisited, again!

By |2019-02-05T13:52:23+10:30July 7, 2018 11:09 am|General tips|

In this article I revisit (again) the seemingly perennial problem of controls being obscured by the virtual keyboard when it appears. The code related to this article was tested with Delphi Tokyo 10.2.3, however it may work with earlier versions. TL;DR: The demo code is part of, and relies on units from the KastriFree project. [...]

Targeting Android 8 and higher

By |2018-09-07T12:18:01+10:30May 17, 2018 11:22 pm|Uncategorized|

****IMPORTANT****: Please use the solution presented in my follow-up article at this link, in preference to the one presented here. This article is retained here for reference only. From August 2018, all new apps on Google Play must target Android 8 (API level 26) or higher, and from November 2018, all app updates on [...]

A workaround for the Android app “hang” issue with Delphi 10.2.2 Tokyo

By |2017-12-27T08:29:54+10:30December 23, 2017 10:40 am|Uncategorized|

The recent Delphi 10.2.2 Tokyo release has resulted in a flurry of reports for apps on Android that "hang" when using tab transitions, or when using "wait" animations. This article offers an explanation for the issue, as well as a potential workaround. Update: As per E. Spelt's suggestion on the report, I've modified the [...]

Supporting iPhone X display with Delphi

By |2017-12-13T15:02:52+10:30November 17, 2017 5:32 pm|Uncategorized|

iPhone X has recently been released, and Delphi developers are a little in the dark about how their apps can support the new devices. This article goes some way to make a start in the right direction. Update 2: Delphi Tokyo 10.2.2 now supports the new layout on iPhone X, including launch images, so [...]

CodeRage XII is coming!

By |2017-11-03T11:56:18+10:30November 3, 2017 11:56 am|Uncategorized|

This is one CodeRage you won't want to miss. Specifically, because there are some very interesting speakers this year, including Uncle Bob Martin (author of The Clean Coder, and many others) and Steve McConnell (author of Code Complete and Software Project Survival Guide), and some sessions will be live only (i.e. without replay). CodeRage XII [...]

Delphi Worlds Slack Team

By |2018-03-24T10:12:28+10:30September 21, 2017 3:15 pm|Resources|

"Slack" is an internet collaboration tool that seems to be gaining popularity pretty quickly. I've been using it for over a year now, and have set up a team for Delphi Worlds.I have channels dedicated to discussing the Kastri Free library, as well as other channels, and just discussing Delphi in general.If you'd like to [...]

Making cross-platform apps with Delphi is easy

By |2017-10-27T06:33:30+10:30May 15, 2017 8:38 pm|Code tips, General tips, Uncategorized, Using APIs|

Developing software with Delphi is easy regardless of "cross-platformness", relatively speaking, in comparison to other tools I've used, however this article shows how insanely easy it can be to put together an application that runs on iOS, Android, Windows and MacOS. UPDATE: Developer Jerry Dodge has alerted me to this project of his, called [...]

Go to Top