Stephen Ball
One topic I get increasingly asked about Delphi Programming when developers are migrating to the latest version of RAD Studio is “quick ways to improve their applications”. So in this post, I am going to… … Read more
4 years ago in General0
Stephen Ball
I have had a growing number of customers asking recently about getting started with Android programming with Delphi, so I thought it was a good time to refresh how to check your IDE is set… … Read more
4 years ago in General0
jpluimers
Reminder to self to install this to more than just the main dev VM as it combines DProjNormalizer and DProjSplitter, then adds a few more features: [WayBack] Keep Your Project Files Clean With Project Magician –… … Read more
4 years ago in Delphi, Development, Software Development0
Bob Swart
Embarcadero is organising a free online conference next week based around Desktop UI design, called Desktop First UX Summit Very interesting list of speakers and sessions, including Ray Konopka and Mark Miller. … Read more
4 years ago in Conferences / Events, Delphi0
bradintheusa
If you have updated you Flutter code code but when debugging you are still using the older version of the code you should check your import statements. import ‘package:roster/lib/roster.dart’; import ‘lib/roster.dart’; Referencing the same package… … Read more
4 years ago in Development0