News

Xamarin Bolsters Cross-Platform Tools with RoboVM Buy

The acquisition adds Java development capabilities to the company's cross-platform development arsenal.

Xamarin's recent acquisition of RoboVM adds ammunition in its claims to be the only cross-platform mobile development vendor that allows for native iOS and Android app creation in both C# and Java.

The RoboVM buyout opens up Xamarin's tooling to one of the largest developer ecosystems in the world, as research firm IDC estimates between 5 million and 7 million coders work with Java, long the mainstay of Android and varied other development efforts. Java always ranks near the top of programming language popularity indices, garnering the No. 1 spot in two recent rankings.

"The acquisition brings together the top two languages in enterprise development and a path to mobile for nearly every enterprise developer," Xamarin said in a statement.

Like Xamarin does with C#, RoboVM lets Java developers build fully native UIs with complete access to native device functionality, allowing them to share much code across iOS and Android projects. That's not possible with alternative cross-platform approaches such as Web apps or some hybrid products.

While Java is the default language for Google's preferred IDE, Android Studio (which the company now favors over the Eclipse IDE), RoboVM's tooling allows developers to substitute Java for Apple's default language, Objective-C (rapidly being subsumed by Apple's new Swift language). For iOS development, RoboVM provides integration with Apple's WYSIWYG Xcode Interface Builder and compiles Java Virtual Machine (JVM) code into byte code through the use of LLVM compiler.

Xamarin takes a similar approach. "On iOS, Xamarin's Ahead-of-Time (AOT) Compiler compiles Xamarin.iOS applications directly to native ARM assembly code," the companyexplains. "On Android, Xamarin's compiler compiles down to Intermediate Language (IL), which is then Just-in-Time (JIT) compiled to native assembly when the application launches."

"The two companies have taken nearly identical approaches to enabling successful enterprise mobility," Xamarin said. "Xamarin and RoboVM apps are fully native iOS and Android apps -- native UI, native performance, and complete access all of APIs for each device platform -- built from a shared code base across device platforms. Xamarin is the only company with this approach for C# developers, and RoboVM is the only company with this approach for Java developers. The acquisition means that Xamarin now controls the cross-platform mobile development market for the most widely adopted languages capable of native, client-to-server, cloud-to-mobile development."

Xamarin said the two teams will operate independently, each focusing on their respective user bases, while benefitting from each other's developer marketing, sales, enterprise-grade mobile expertise and full mobile lifecycle expertise.

"RoboVM will continue to operate as a separate team and brand so that we can focus solely on the needs of Java developers," RoboVM CEO Henric Müller said in a blog postyesterday. "Being a small, nimble, focused team has helped us accomplish a lot this past year -- such as the release of RoboVM Studio, improved performance and documentation, and same day support for iOS 9 -- and we want to continue to execute on our vision. For example, yesterday we released RoboVM 1.9, which includes improved setup, beautiful new samples, improved documentation, and bug fixes."

While RoboVM can continue to court those 5-7 million Java developers, Xamarin already claims more than 1.2 million downloads of its tooling from developers in some 120 countries.

"Using a cross-platform application development approach has emerged as one of the most popular approaches for building enterprise mobile apps, especially when coupled with generation of native platform code," Xamarin quoted IDC analyst Al Hilwa as saying. "Xamarin is able to address the two largest ecosystems for native mobile application development today with its support for C# and Java."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events