Introducing RemObjects Hydra 4 What’s new in RemObjects Hydra 4, including support for Delphi XE2, FireMonkey, Silverlight and true 64-bit support. Also and example of using Hydra to add FireMonkey visual controls to a Delphi 7
Choosing the Best Toolchain for each Platform Four or five years ago, the software world was simple: if you were a commercial software developer, you were developing for Windows. But this has changed drastically with the advent of mobile platforms
Wireless Android Control I’ve bumped into a couple of wireless Android control apps lately, one targeted at developers and one targeted at users. The two apps rely on both your Android device and the computer
Problems installing and/or launching Android apps (2) Further to my previous post on common problems installing and/or launching Android apps, here’s a little titbit to add into the mix. In that previous post I mentioned: Sometimes a small
Jan 2012 Release of Oxygene On 27th January RemObjects released their first update to their Oxygene 5 products, Oxygene for .NET (aka Delphi Prism, aka Prism) and Oxygene for Java (aka Project “Cooper”). Oxygene for .NET v5 was
Hydra 4 and Oxygene January 2012 Releases We’re hitting the ground running for 2012 and finished January with the first two product releases of the year. Hydra 4 Hydra 4 is a major new release for our .NET/Delphi
Android Design site For all those working in Android development you should head along to the new Android Design web site. This new area on the Android developer’s site gives the low down on how
Problems installing and/or launching Android apps Sometimes you try and launch your Android application from Oxygene for Java and nothing much happens. Sometimes you the application builds successfully and then nothing appears on the device. Sometimes you go to
Accessing Android’s Google Map control in Oxygene for Java When I was working out how to use the Google Map control on Android devices i found it a little daunting with all the information scattered around the web, often missing out crucial
Windows 8 Metro and RemObjects SDK for JavaScript Windows 8 (currently in beta) introduces a new Metro UI that marc already talked about a while back. Metro apps can be written with .NET, native C++ and also with JavaScript. What that
Android events in Oxygene for Java When I first started looking at the Android SDK I quickly realised that events were set up differently to the frameworks I had worked with before. Instead of being defined as closures, or
"Look Ma! No Wires!" Wireless Android Debugging with Oxygene for Java Since Oxygene for Java is fully integrated into the Android tool chain, you can take advantage of cool features like wireless deployment and debugging. All you need is a rooted Android device (phone,
We need to get out less… I’m happy to let you know that we have just posted the first set of events that RemObjects will be participating in this year on our event calendar at remobjects.com/events.
Android Market app built in Oxygene for Java In Autumn 2011 I was approached by Nail Soup Ltd. about an Android development opportunity. Nail Soup had a client, a charitable organisation called Amber Foundation, who wanted some mobile applications built. Primarily
Accessing Firebird Embedded databases from Data Abstract for .NET Recently, we already tried to work with the SQL Server 2012 LocalDB database. Now let’s try a more old-fashioned database, like Firebird Embedded. Again, we’ll modify the Sample Server application shipped
The Importance of Business Logic Publishing data is actually pretty easy. There are lots of ways to do that. Now securing and organizing your data is the important bit that requires some thought. The term we use to
Welcome Guest Blogger Brian Long! We’re happy to announce that as of today, the Oxygene for Java sub-feed of Brian Long‘s blog “It’s a blong, blong, blong road…” will be syndicated on blogs.remobjects.com.
Oxygene for Java introductory Android article available Over the holiday period i spent some time knocking up an introductory article that looks at getting Oxygene for Java set up for Android development, looking at an overview of how Android apps
Top Java 7 Features in Oxygene for Java I saw an article listing the Top 8 features in Java 7 and realized a number of them were already present in Oxygene for Java. Strings in Case Statements In Java they are
Mixing VCL & FireMonkey with RemObjects Hydra An introduction to mixing FireMonkey & VCL controls in the same application using RemObjects Hydra. FireMonkey is the new HD & 3D Visual Control framework introduced in Delphi XE2. Hydra allows you to
Oxygene by Example - Threading Threads are ways to run multiple things in parallel, at the same time. Each program in Oxygene has 1 or more threads, by default just one, which is the main thread, which is
Happy New Year 2012 ![Happy New Year](http://blogs.remobjects.com/wp-content/uploads/2011/12/hny2012.jpg) “View From The Top“ — Rocky Mountain National Park, Colorado, September 2011.
Oxygene by Example - Command line parsing This is second article in my blog post series “Oxygene by Example”. While working with command line arguments in Prism is quite simple, the “Main” method has an array of string that holds
It's Beginning to Look a Lot Like JavaScript If you’ve been around in the computer industry a while then you may recall the history of JavaScript. It’s come a long way from from its premier as LiveScript back in
Oxygene for Java takes Delphi programmers to the Java and Android platforms At the end of November 2011, RemObjects released Oxygene for Java, previously known as Project “Cooper” as per this official blog post and, for that matter, the press release. Anyone familiar with Delphi