Current state of Xojo Mobile

Hi,

It’s been almost 9 years since I last touched it; at that time it was only iOS.

I’ve been working with other tools, because back then Android support wasn’t at the horizon.

I was wondering: what is the current state of Xojo Mobile. Could you tell me your experience and/or point me to apps you’ve made with it?

Thanks!

NB: I’m a bit “shocked” by the current price, which is $100 higher than before. I understand that Android has been added, but compared to the often free competition, Xojo Mobile must have many advantages to be interesting for me.

1 Like

You can read a blog post from several months back:

Since 2016, I have released 13 iOS apps and made two more for customers.

https://packr.app is my flagship app, only available on iOS at the moment.

https://scrtsanta.app is another app I made for iOS and Android.

iOS development has come a loooong way, there are many more features than 9 years ago, the framework is stable and the addition of pre-emptive threads in 2024 is a great improvement.

But you still can’t change the color of a button without using declares.
In-app purchases still aren’t supported out of the box but can be added using the MBS plug-ins.

Android has come an even longer way. The initial versions were far from stable and development was extremely frustrating given the amount of compilation errors.
My last try at Android a few weeks ago was much nicer and smoother.
Although in-app purchases still aren’t supported on Android so it is a complete no-go for me.

If you use Xojo to make mobile apps I highly recommend using
GitHub - jkleroy/iOSDesignExtensions: 100+ functions to extend iOSControls design for iOS
And
GitHub - XojoGermany/AndroidDesignExtensions: A set of 910+ UI extensions for Xojo Android framework. for Android

13 Likes

With iOS design extensions I will be able to set color of action buttons within a mobile table?

Color of action buttons is part of the Xojo iOS framework now.
See backgroundcolor iOSMobileTableRowAction — Xojo documentation

2 Likes

Thank you sir!

For iPad there’s still no way to add/display keyboard shortcuts. For iPad (and iPhone) and there’s no way to tell if someone has used modifier keys on an iPad Keyboard or external keyboard. If you have a custom undo manager, there’s no way to undo/redo via keyboard, which is an Apple requirement.

But then again, iPad keyboards have only been available for what, a over a decade?

1 Like

Very nice interface and idea on the Packr app, Jeremie! I don’t travel too much anymore, and use android. Just an idea… have you considered making a Campr app? Or maybe your existing app allows different “types” of lists (Air travel, car travel or camping, etc.) I am using android Keep Notes to maintain a camping list I use frequently.

Yes, the app allows to select the type of accommodation, transportation and activities.

The list for a hotel will be completely different than the list for camping.

I will soon be adding a RV/Motorhome list as some users requested it.

2 Likes