News

The Future of CodeCentral

Historically CodeCentral has served two primary use cases: our official registered user download portal, and a community repository of code, samples and resources. A lot has changed since CodeCental launched. When CodeCentral was launched in 1999 (during the Inprise era) right before Delphi 5 was released, there weren’t many options for a central community file hub like this. Today, twenty years…
Read more
News

Test Code Formatting

Author: Rebekah D Testing code formatting. Fullscreen 1 2 3 4 5 6 7 8 #include <stdio.h> int main() { printf(“Hello Bloggers!\n“); } XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX #include <stdio.h> int…
News

CodeRage 2018 is Coming December 4th through 6th

Clear your calendar and get your snacks ready. It is time for everyone’s favorite virtual developers conference: CodeRage 2018. Here is a sampling of some of the sessions you will find this year: A C++ Language Conversation with Bjarne Stroustrup Hosted by David Intersimone “David I” Developing Simple Games Software Running Over Desktop Introduction to Machine Learning…
Read more
News

Embarcadero Releases AppAnalytics Server Source Code

What is AppAnalytics? A few years ago, Embarcadero introduced the AppAnalytics technology, a simple and effective way to add in-app analytics to VCL and FMX applications using ready-to-use components and a paid SaaS offering for the AppAnalytics backend. Since introducing the service, the feedback from customers has been that they would prefer to host their own service, so we retired the paid SaaS…
Read more
Delphi

Full Featured FireMonkey Mobile Client Source Code For Delphi 10.2 Tokyo On Android, iOS, macOS, and Windows

For the server-side, the RAD Server Field Service Template makes use of a RAD Server-based REST server module. On the admin side, there is a desktop client based on FireMonkey for adding, viewing, and managing appointments. You can also use the admin client to manage parts inventory and user administration. FireMonkey was used to create the offline-capable cross-platform client app, which can be…
Read more