We’re calling Android support in Xojo 2023r2 “Beta”. Android is a unique platform and has required a large number of brand new parts of Xojo to bring it to you in a way that follows recommended platform guidelines.
Comments closedTag: Software Development
For those developing on Windows, Xojo 2023r2 leverages the power of XAML to offer the ability to include WinUI controls alongside existing Win32 controls in Windows apps.
Comments closedUsing and writing declares for Android is very similar to other platforms. The syntax is mostly the same, but we’ve made some additions to make Declares that change Controls easier. Let’s walk through a couple of easy-to-understand Declares to show you how they’re made.
Comments closedMany of us like using Xojo because it’s intuitive and extensible. With the introduction of support for Android in 2023r2, Xojo now offers support for apps running on not just phones and tablets but other devices that also use Android as their operating system such as the Amazon Fire TV Stick.
Comments closedApple has released the developer documentation for Vision Pro, their recently announced mixed reality headset. So far, it looks promising that iOS apps written in Xojo will just work. Of course, we don’t yet have one of these to use for testing. If we did, we’d be too busy playing with it to write this blog post, however we have tried running some Xojo iOS projects in the Vision Pro Simulator and they work without modification so that’s a very good sign.
Comments closedMy new path has taken me deep into the world of iOS and macOS and I thought I would create some projects & products which would benefit Xojo apps on those platforms by creating some products which expose some of the larger frameworks which are not already available but also cannot be accessed by declares alone…
Comments closedIn this tutorial I will show you how to create a Number class that can tell you when its value has been actually set, along with other methods to manage how it is used while demonstrating some common object-oriented techniques and features such as operator overloading. You’ll be able to create a Number from an Integer, Double or String.
Comments closedWelcome to London! The 2023 Xojo Developer Conference is underway, starting with the keynote from Xojo Founder and CEO Geoff Perlman. The keynote video will be available shortly on Xojo’s YouTube channel so you can watch it on-demand, here is what we have announced so far:
Comments closedXojo’s Code Editor now lets you move a line or a selection up or down or duplicate entire lines (or a selection). To swap lines, put the cursor on a line and press Option+Up Arrow (Mac) or Alt+Up Arrow (Win/Linux) to move the line up in the code. Press Down arrow to move down.
Comments closedA feature in some other languages you may have seen is something called matrix math. These are operations you can perform on matrices, which are 2-dimensional arrays. Xojo does not have any matrix math functions built in, but using the Extends command you can add your own.
Comments closed