C++CodeDelphiRAD Studio

Learn How To Quickly Animate, Apply Image Effects, Transition Effect To Your Delphi And C++ FireMonkey Apps

Animation, Effects and Transition are the words applied mostly to the Film Industry and those days were gone. But these become the basic expectation from the customer for any Mobile, Desktop, Web Applications. A simple meme requires animations to convey a message more creatively. Will you miss to provide such a feature in your Delphi/C++ Application to wow your customers? This post will provide…
Read more
CodeDelphiRAD Studio

Quickly Learn How To Optimize Your Delphi Apps With ProDelphi In This CodeRage Replay

ProDelphi measures the runtime of Delphi programs. If a program is too slow, ProDelphi gives the necessary information to optimize it. The principle ofsource code instrumenting, a sophisticated correction algorithm and the uniquegranularity of 1 CPU cycleguarantee toget correct measurement results.Other profilers only have a granularity of 1 ms or…
Read more
C++CodeDatabaseDelphiRAD Studio

Learn How To Create A RAD Server With "David I" Intersimone In Delphi And C++

Embarcadero’s RAD Server provides a turn-key application foundation for rapidly building and deploying services-based applications using Delphi and C++Builder. RAD Server supports the REST (Representational State Transfer) protocol with JSON (or XML) parameter passing and return results. You can publish APIs, manage users and devices that are connected to the RAD Server, capture analytics about…
Read more
CodeDelphi

Quickly Build iOS And Android Apps From A Single Codebase With Delphi

With RAD Studio, creating mobile phone applications is simple and enjoyable. Because you don’t need to create multiple codebases for each platform when you start your FireMonkey project with Delphi or C++ Builder. You can simply define platform-based code using the IfDef Conditionals. More information about them can be found on DocWiki. Delphi Skill Sprint – Effective Conditional…
Read more