Allowing an iOS app to run in the background

By |2016-05-26T17:31:37+10:30May 26, 2016 5:24 pm|Code tips, Patches|

NOTE: This article is about allowing your iOS app to run when it goes into the background (i.e. another app becomes active) for a short period (up to 3 minutes on iOS 9, at least). It does not relate to having the UIBackgroundModes option, an example of which is here. As some of you will [...]

Debugging from Delphi in a VM using an emulator on the host

By |2017-02-16T18:02:35+10:30May 19, 2016 12:06 am|Code tips, IDE tweaks, Resources|

Note: These instructions work for me, where I am using VirtualBox on OSX, using a standard emulator from the Android SDK, and a Windows 10 VM with Delphi 10.1 Berlin installed. Way back in 2013, Jim McKeeth from Embarcadero blogged about debugging against a remote Android emulator. His method uses PuTTY and remote login via [...]

A leg up for using ALAssetsLibrary in Delphi

By |2017-02-16T18:02:35+10:30January 29, 2016 8:43 pm|Code tips, Project tweaks|

Some time back, someone asked on the Embarcadero forums about using ALAssetsLibrary from the Assets Library framework in iOS with Delphi. I was curious because I thought I may be interested in using it myself. It seemed relatively simple enough: create an Assets Library instance (TALAssetsLibrary from the iOSapi.AssetsLibrary unit), enumerate the groups, and for [...]

Some stuff about Delphi 10 Seattle

By |2017-02-16T18:02:35+10:30November 19, 2015 7:08 pm|Uncategorized|

This isn't quite what I'd call a review; it's more like: I've been using Delphi 10 Seattle for a while now, and this is what I've liked, or found interesting :-) I've been very slightly behind the changes that have been happening with Delphi, so forgive me if I mention something that was included in [...]

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

By |2017-02-16T18:02:36+10:30November 19, 2015 6:16 pm|Uncategorized|

Just over 2 years ago, I posted this article: http://delphi.radsoft.com.au/2013/10/moving-controls-into-view-when-the-virtual-keyboard-is-shown/ Well, a little water has passed under the bridge since then, in terms of the changes to Delphi (I think I used XE5 for that article?), and in terms of my thinking. A recent task at work had me thinking there could be a more [...]

XE8.. bringing 64 bit goodness to iOS

By |2015-04-13T09:51:06+10:30April 13, 2015 9:51 am|Uncategorized|

RAD Studio XE8 has recently been released, and with it comes support for compiling your iOS apps for 64 bit devices. Now, if only I had one! Looks like I'll be bugging my girlfriend to borrow her phone for testing on the device ;-) There's also a stack other new features and bug fixes. Check [...]

Go to Top