Version Update Version News: Improved barcode search for articles Enhanced management of article search filters Updated compatibility with Android 13 and IOS 17 Simplified onboarding and new account creation Special discount available until March 2024 Visit the dedicated page at the link: https://xtumble.com/punto-cassa for further information, or search for it in the stores. Transform your…
Read more
Snippet to get default language from the destination device: tested on Linguaggio: Delphi 12.0 Android: 6.0 up to 13
1 2 3 4 5 6 |
{$IFDEF ANDROID} var Locale: JLocale; Locale := TJLocale.JavaClass.getDefault; var Language: String := JStringToString(Locale.getLanguage); showmessage('Lingua: ' + Language); {$ENDIF} |
I have a Linux Ubuntu 22.04 system and I want to send messages via the device “SIM800C – SIMCom GSM/GPRS Module”. I connect it to the system via USB – UART, using standard “AT” commands( Hayes AT command set ), specifically on this blog : https://www.emnify.com/developer-blog/at-commands-for-cellular-modules which explains the most modern AT commands relating to…
Read more
Il Drive di Xtumble permette di gestire i documenti in modo collaborativo, utilizzando gli strumenti con cui siete abituati a lavorare.
After updating our XtumbleRetail application to the iOS 16.4 SDK version and starting publishing on the Apple Store, Apple’s developer portal offered us a new publishing platform available…. VisionOS. Embarcadero Delphi proves to be an increasingly key tool for us, with a single code we are able to publish on all platforms. And for…
Read more