DelphiShowcase

Ultimate Hockey Playview Application Is Delphi Powered

Hockey is an immensely popular sport in North America, both in the USA and with Canada their Northern neighbors. Just to be clear for our British and European readers, in this article we are referring to the form of hockey played on ice-rinks, not the version played on grass. What does the Hockey Playview app do? With Hockey Playview coaches and players can view animated plays, drills and…
Read more
C++Code

LearnCPlusPlus.org :: Powerful Artificial Intelligence

Hello Developers! Last time, we started with our introduction to adding Artificial Intelligence (A.I.) to your applications at LearnCPlusPlus.org, and, once again, we’ve lots of new posts. In this set of articles, we will try to explain what A.I. is and how we can use it to add power to our own applications. This is also a good introduction to Artificial Intelligence Technologies for…
Read more
C++Delphi

The Future Of Desktop Apps Is Native Code

Desktop apps are powerful execution tools that can natively run on your local machine to provide holistic application navigation and utilization experiences. With the advancement of modern web technologies, the desktop application development paradigm also experienced a…
C++DelphiInterBaseRAD Studio

RAD Server CRUD Procedures - Part 2

In this Part 2 post, we will discuss modifying the default generated CRUD (CREATE, READ, UPDATE, DELETE) procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, PutItem and DeleteItem REST Endpoints. In the Part 1 post, we discussed the default generated CRUD procedure implementations from the RAD Server Package Wizard. In the Part 3…
Read more
DelphiShowcase

High-Performance Integration For Humanitas

When your users are trying to access things like their health-plan information, the responsiveness of your apps can often be key. There is nothing more frustrating than clicking on a button in a mobile app and then waiting for what seems like a lifetime to get some sort of…
CodeDelphiRAD Studio

Quickly Deploy Powerful Cross-Platform Machine Learning OCR Technology

Are you familiar with the concept of OCR? Wouldn’t it be nice to be able to easily convert images of typed, handwritten or printed text into machine-encoded text? Take a look at the two images below, with just a few lines of code we will make our Windows, Mac, Android or iOS application able to “read” those texts! Whether from a scanned document, a photo of a document or the text on…
Read more