Xojo
banner
xojo.com
Xojo
@xojo.com
Develop faster. Build native, cross-platform apps for Windows, macOS, Linux, iOS, Android, web and Raspberry Pi.
Want to build fast native apps that use all CPU cores? Check out the Worker class! For more advanced control and fine-tuned threading, use Preemptive threads.

Both are great for keeping apps responsive and efficient. 💡

#Xojo #Threads #DeveloperTips #CrossPlatform #TechNews
November 12, 2025 at 4:53 PM
Quick Reminder:
Starting with Xojo 2025r1, the Xojo IDE can now run on Linux ARM computers, including Raspberry Pi! 🐧
Perfect for developers working with ARM-based hardware.

#Xojo #LinuxARM #RaspberryPi #DeveloperTips
November 11, 2025 at 5:07 PM
Did you know about this option?
November 10, 2025 at 8:00 PM
Need serious speed? ⚡ This blog post tackles the 'One Billion Row Challenge' with Xojo MemoryBlocks & Ptrs, slashing data generation from 2.5 hours to just 1 minute!
https://blog.xojo.com/2025/02/26/memoryblocks-for-speed-a-case-study/

#Xojo #Speed #DevTips #Performance #Coding
November 9, 2025 at 4:14 PM
🛡️ Xojo's UserAuthentication class, allows simple, native fingerprint, face, or passcode protection. Your app stays secure, never touching sensitive user data.
https://blog.xojo.com/2025/07/08/identify-yourself-with-userauthentication-for-android/

#Xojo #Android #Security #DevTips
November 8, 2025 at 4:20 PM
Managing multiple Apple Developer Accounts for publishing?
Save App Specific Passwords per project to streamline your macOS/iOS App Store submissions.
https://blog.xojo.com/2025/07/08/a-guide-to-managing-multiple-apple-developer-accounts-in-xojo-2025r1/

#Xojo #AppleDev #AppStore #macOS #iOS
November 7, 2025 at 3:55 PM
November 6, 2025 at 4:52 PM
Microsoft Ends Support for Windows 10

What does this mean for Xojo? Nothing just yet. We still have Windows 10 as a supported OS, but expect Xojo to discontinue Windows 10 support at some point in 2026 https://blog.xojo.com/2025/11/05/microsoft-ends-support-for-windows-10/
November 5, 2025 at 6:54 PM
Give your iOS app a fresh look! Learn how to easily color your Navigation Bar using Declares and native iOS APIs. Supports Light/Dark mode!
Customize your UI: https://blog.xojo.com/2025/08/11/1-coloring-your-ios-app-navigation-bar/

#Xojo #iOS #AppDev #UIUX #XojoTips
November 5, 2025 at 4:51 PM
Want to disable soft-wrapping in Xojo's DesktopTextArea on macOS? 💡 This blog post shows how to use Declares for full lines & horizontal scrolling! Make long text easier to read.
https://blog.xojo.com/2025/09/09/desktoptextarea-without-soft-wrapping-lines-on-macos/

#Xojo #macOS #Declares #DevTips
November 4, 2025 at 4:50 PM
Confused by Modules, Classes, Interfaces, or Delegates? 🤔 Our blog post is your guide! Learn these core building blocks to write cleaner, more powerful code.
https://blog.xojo.com/2025/09/24/building-blocks-for-beginners-modules-classes-interfaces-and-delegates/

#Xojo #Programming #DevTips #OOP
November 3, 2025 at 3:19 PM
Design stunning UIs with ease! ✨ Xojo's drag-and-drop visual designer lets you create beautiful layouts for your apps without writing a single line of UI code. #Xojo #UIDesign #NoCode
November 2, 2025 at 6:07 PM
Go global with your apps! 🌍 Xojo's localization tools make it easy to translate your app's interface for users worldwide. #Xojo #Localization #GlobalApp
November 1, 2025 at 5:16 PM
Build powerful web apps without the web language headaches! 🌐 Xojo lets you create robust web applications using familiar object-oriented principles. #Xojo #WebDev #NoJavaScript
October 31, 2025 at 6:47 PM
Connect your apps to data seamlessly! 📊 Xojo offers robust support for popular databases like SQLite, MySQL, and PostgreSQL. #Xojo #Database #AppDev
October 30, 2025 at 4:10 PM
Master OOP with Xojo! 💪 Build efficient, reusable, and scalable code using inheritance, encapsulation, and polymorphism. #Xojo #OOP #Coding
October 29, 2025 at 4:08 PM
Debug like a pro with Xojo! 🔍 Our integrated debugger helps you quickly find and fix issues, ensuring your apps run smoothly on every platform. #Xojo #Debugging #DevTools
October 28, 2025 at 4:09 PM
Develop native apps for Windows, macOS, Linux, iOS, Android, and Web using Xojo's single language, framework, and IDE. Maximize code reuse and streamline your cross-platform projects! 🚀 #Xojo #CrossPlatform #AppDev
October 27, 2025 at 4:07 PM
🚀 Xojo Year of Code 2025: Your coding adventure continues! Oct's theme is Multi-Platform Communication. 🗣️
Nov is your LAST chance to join! Build, share on GitHub & forum. Be inspired, inspire others.

https://blog.xojo.com/2025/01/09/year-of-code-2025-kickoff/

#Xojo #YearOfCode #Coding
October 26, 2025 at 5:55 PM
⏰ Xojo's Timer.CallLater: Schedule one-time code execution after a delay, no full Timer needed!

Timer.CallLater(2000, AddressOf MyMethod) runs after 2s.
Pass data: Timer.CallLater(2000, AddressOf SetLabel, "Text!")

#Xojo #Coding #Timer
October 25, 2025 at 5:18 PM
📝 Xojo Strings: UTF-8 encoded, Unicode-ready! Slice with Left/Middle/Right, search with IndexOf/BeginsWith, convert encodings easily.

Pro tip: Split for CSV parsing: fields() = line.Split(",")
Empty ≠ Nil

#Xojo #Strings #Coding https://documentation.xojo.com/api/data_types/string.html
October 24, 2025 at 6:55 PM
🤔 When was the last time you checked the Xojo roadmap?
There's a lot brewing! See what's coming next and what we've already shipped.
https://documentation.xojo.com/resources/roadmap.html

#Xojo #Roadmap #DeveloperNews
October 23, 2025 at 4:14 PM
🌐 October Year of Code: MPACSocket makes LAN chat easy!

Zero-config peer discovery + instant messaging with a clean Xojo API.
https://blog.xojo.com/2025/10/13/year-of-code-2025-october-project-multi-platform-communication/

#Xojo #YearOfCode #Networking
October 22, 2025 at 3:45 PM
🚨 macOS Tahoe users: Publishing Xojo apps in 2025r2.1 needs a workaround!

Your app compiles fine, but retrieving the AppID fails. Solution: Use Apple's Transporter app to upload the .pkg manually.

https://blog.xojo.com/2025/10/14/xojo-2025r2-1-publishing-macos-apps-under-tahoe/
October 21, 2025 at 3:54 PM
🤔 Want to boost mobile app engagement with push notifications?

XojoCloud.RemoteNotifications makes it easy! Send alerts, updates & promotions to your iOS users directly from your Xojo web app, no complex backend needed.
October 20, 2025 at 3:55 PM