There are always users who want to get more out of their apps. You can do many things in Xojo with Declares or plugins from external providers.
With Android we have a new supported platform in Xojo and I wonder what controls and features users need and want in addition to the built-in ones to realize their desired app idea in Xojo? I’m curious to know what you need for your Android app.
Not sure about the listbox control; for me MobilePopupMenu does everything I would expect for this sort of control.
I would like to see a multi-column table view however.
I would also like to see better control of text size within fields and labels however - ideally combined with a textwidth property like we used to have in VB (not sure if it was called this but basically you could check how much room a word or phrase took up for the current font and size and was useful for resizing fields and labels)
It would also be nice if we could use the Android display scale values to alter the screen scale to fit the design, or at least check the current scaling to make it easier to adapt.
I would also like to see some better support for the built-in splash screen in newer Android versions.
Tables are only a one column control. It would be very usefull for me to have a multicolumn control
@Mariano_Poli - How many lines do you want to display? Just a few or several thousand, for example from an SQL query?
It would also be nice if we could use the Android display scale values to alter the screen scale to fit the design, or at least check the current scaling to make it easier to adapt.
@Kevin_Millican - Have you looked at the Android Design Extensions? There is an extension property for MobileApplication that gives you exactly the value you are asking for: ScaleFactorXC. In this case, it also makes sense to take a closer look at the upcoming Xojo 2024r4 release .
As many mobile apps that need to receive information from a server, information is paginated in order to do not have to transfer lot of information on each request. So for my actual needs just a few lines will be enough.
Good question - before adding new features to Android I’d love to see to have the same control-types for iOS and Android. And where there are typical differences in iOS and Android an XOJO example with a workaround.
This would help a lot to simplify work
I’d certainly upvote this one. I’m currently porting an Android App to iOS and already wishing that I’d created additional methods and classes so that I coud do the same for iOS, and then refer to the same ones in both.
I would like Android Canvas to have 1 to 1 functionality with desktop canvas. Then most controls you could just make yourself if they are not implemented.
I also would like more control over app colors and themes in general.