Author: Pawe Gowacki
Welcome to The C++ Mobile Day webinar! Right now I’m listening to David I explaining basics of building native mobile apps for Android and iOS from the same C++ codebase with C++Builder XE6. In less than three hours there will be my, prerecorded session “Create C++ Secure Mobile Applications that Work with Enterprise Web Services and Multi-tier…
Cross platform anonymous threads and progress notification
April 30, 2013
Author: David Clegg
Reading Anders Ohlsson’s latest blog post about using iOS APIs we don’t wrap reminded me of another couple of helper classes that I created, and which ship with the RAD Studio XE4 samples.
The first of these is the TAnonymousThread<T>…