Xojo
banner
xojo.com
Xojo
@xojo.com
Develop faster. Build native, cross-platform apps for Windows, macOS, Linux, iOS, Android, web and Raspberry Pi.
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
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
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 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
Aaron Andrew Hunt — composer, educator, and longtime Xojo dev. From microtonal tools to MIDI Router, PDF Bookmaker, and UTE powering the tiny FLASH synth, his story shows what’s possible. Read: https://blog.xojo.com/2025/10/09/spotlight-on-aaron-andrew-hunt/ #Xojo #DeveloperSpotlight #MusicTech
October 19, 2025 at 5:18 PM
UI polish idea: Use ColorGroup so your app adapts to Light/Dark Mode automatically. Share a screenshot of your dark mode UI! #Xojo #UIDesign #DarkMod
October 10, 2025 at 6:54 PM
Tip: Prefer Prepared Statements for all data writes in your Xojo apps. You’ll prevent SQL injection and get a solid boost to reliability and maintainability. Do you parameterize everything? #Xojo #DatabaseSecurity #BestPractices
October 7, 2025 at 4:06 PM
Need safe cross‑thread updates? Use AddUserInterfaceUpdate to batch UI changes from a Thread, then apply them in UserInterfaceUpdate for a stutter‑free experience. What’s your favorite threading pattern in Xojo? #Xojo #Threads #AppPerformance
October 6, 2025 at 3:46 PM
Convert your Android MobileTabPanel into a custom PagePanel! This quick tip uses Declares to hide the visible tabs and disable swipes, giving you total UI freedom on Android. https://blog.xojo.com/2025/09/25/hide-the-tabs-in-an-android-mobiletabpanel-using-declares/

#XojoAndroid #MobileDev
October 5, 2025 at 5:55 PM
Clear definitions and a decision guide for Modules, Classes, Interfaces, and Delegates. Learn what each building block does and when exactly to use it for cleaner code. https://blog.xojo.com/2025/09/24/building-blocks-for-beginners-modules-classes-interfaces-and-delegates/

#Xojo #OOP #CodeStructure
October 4, 2025 at 5:15 PM
Spotlight on Martin T.! Learn how his Android Design Extensions are polishing Xojo Android apps, pushing UI capabilities via Declares, and how he uses Xojo to write tangible family history books! 📖
https://blog.xojo.com/2025/09/22/spotlight-on-android-design-extensions/

#XojoAndroid #MVP #AppDesign
October 3, 2025 at 4:59 PM
Need RegEx fast? ⚡ Ten practical Xojo patterns ready to copy/paste, covering date reformatting, lookarounds, and email validation.

See all 10 patterns: https://blog.xojo.com/2025/09/18/regex-examples-10-practical-patterns-you-can-copy-and-paste/

#Xojo #RegExCheatSheet
October 2, 2025 at 3:46 PM
Xojo Android: Two years in review! From initial beta to a robust platform supporting Dark Mode, RegEx, and deep native control via Declares. See the progress toward unified mobile projects: https://blog.xojo.com/2025/09/16/xojo-for-android-a-two-year-retrospective/

#XojoAndroid #Mobile
October 1, 2025 at 4:15 PM
macOS 26 & iOS 26 (Liquid Glass) are rolling out! Xojo 2025r3 is being built to fully support these new OS versions, packing major features for all platforms. See what's coming https://blog.xojo.com/2025/09/15/xojo-support-for-macos-26-and-ios-26/

#Xojo #macOS26 #iOS26 #LiquidGlass #AppDevelopment
September 30, 2025 at 3:49 PM
Need a DesktopTextArea on macOS without soft-wrapping? This technical guide shows you the exact AppKit Declares required to enable precise horizontal scrolling.

Check it out: https://blog.xojo.com/2025/09/09/desktoptextarea-without-soft-wrapping-lines-on-macos/

#Xojo #macOS #Declares #CodingTips
September 29, 2025 at 4:06 PM