News

C++ Developers Get a New Cross-Platform Choice

Embarcadero's Appmethod goes native in its update for Windows, iOS and Android development.

Support for .NET developers wanting to build cross-platform mobile apps using C# is strong, through the Xamarin platform; likewise, those using standard Web technologies like JavaScript and HTML5 have tools like Cordova. Now, those same abilities are available for developers needing the speed and power of C++.

When Embarcadero Technologies Inc. launched its Appmethod cross-platform development tool on March 18, it promised C++ support in a few months; and that has come, right on time.

The company today announced a new version of the multi-device app development platform that adds support for C++, which is the most widely used programming language according to Evans Data Corp. research quoted by Embarcadero. Previously, only Object Pascal support was offered.

Appmethod is designed to enable mobile developers to use one codebase to quickly build natively compiled apps targeting Android, iOS, Windows and Mac OS X. It is one of several tools promising to overcome the mobile developer's dilemma of how to target multiple devices or OSes.

As reported earlier, Embarcadero sponsored a Windows developer survey that highlighted this problem. "A strong majority, 85 percent, of developers believe natively compiled apps give a better user experience than scripted/interpreted languages, but just 17 percent are confident they can deliver native apps for two or more mobile platforms."

Traditionally, one approach was to build separate native apps for each platform to provide the best performance and use of native functionality. That can be time-consuming and expensive.

Another school of thought was to use mobile Web apps that could run everywhere but only use generic features on each platform. These are unable to leverage all of the functionality offered by device features such as accelerometers, cameras or GPS receivers.

A hybrid approach uses cross-platform tools to create apps with HTML, JavaScript and CSS that are then enabled to use native functionality through different means with little loss of performance.

The means used by Appmethod promises "truly native" apps that are compiled and run directly on a CPU. A common API provides access to more than 100 cross-platform UI controls. Embarcadero claims this is the only product to solve the problem that doesn't rely on machine code generated by JavaScript interpreters or through the use of virtual machines (VMs).

"While Android offers the largest addressable market opportunity for app developers, developing C++ Android applications has fallen short on developer productivity," the company said. "The latest release of Appmethod now includes a 'Free Forever' subscription plan that C++ developers can use to create Android apps to be published on any public app store (for example, Amazon App Store and Google Play). Appmethod also enables developers to build and publish apps for all other supported device platforms for 30 days, and provides access to Appmethod Enterprise Mobility Services."

Appmethod's Enterprise Mobility Services is an optional service that can securely expose custom APIs via REST/JSON, and access enterprise data from major databases with SQL database connectors, providing secure use of embedded and server databases.

"The holy grail of mobile development is a toolset that supports the three major platforms natively with a single code base," the company quoted Janel Garvin, CEO of Evans Data, as saying. "Starting with the most used language and the most used mobile platform and then allowing recompilation to the others makes perfect sense."

In addition to the free-for-30-days plan, Appmethod comes in an individual plan for about $25 per month per platform developer for up to five developers in an organization, or a business plan for about $85 per month, with no company size limit.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • How to Unlock Visual Studio 2022's Preview Features Like Claude Sonnet 3.7 AI Model

    Some developers complained that advanced AI models come sooner to VS Code than Visual Studio, but the new Claude Sonnet 3.7 model is now available in IDE with a paid GitHub Copilot account and a simple settings tweak in GitHub.

  • Semantic Kernel Agent Framework Graduates to Release Candidate

    With agentic AI now firmly established as a key component of modern software development, Microsoft graduated its Semantic Kernel Agent Framework to Release Candidate 1 status.

  • TypeScript 5.8 Improves Type Checking, Conditional Feature Delayed to 5.9

    Microsoft shipped TypeScript 5.8 with improved type checking in some scenarios, but thorny problems caused the dev team to delay related work to the next release.

  • Poisson Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demo of Poisson regression, where the goal is to predict a count of things arriving, such as the number of telephone calls received in a 10-minute interval at a call center. When your source data is close to mathematically Poisson distributed, Poisson regression is simple and effective.

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

Subscribe on YouTube

Upcoming Training Events