As a developer, feature requests are a fact of life and one’s stress level may vary based on the complexity of the requests you receive.…
Comments closedCategory: Guest Post
Posts from xojo community members
A few years ago I held a session about MemoryBlocks at the Xojo Developer Conference where I discussed how, generally, MemoryBlocks (and Ptrs) should be…
Comments closedAs part of Xojo’s 2025 Year of Code initiative, February’s theme is databases—a perfect fit for my recent work on the Open Source CubeSQLPlugin. This…
Comments closedIntroduction When developing applications with Xojo, choosing the right backend is crucial for managing data efficiently. Traditionally, Xojo developers rely on SQL databases such as…
Comments closedWith the release of Xojo 2024r4, it’s time to unveil a new version of the Android Design Extensions. The focus of version 3.5 (compatible with…
Comments closedI had a call recently from a customer whose upstream supplier informed them that they would not be accepting anything less than TLS 1.2 encryption.…
Comments closedOne of the most interesting features in Xojo is the Variant data type. We will explore the so-called “Implicit Conversions,” discuss the pros and cons…
Comments closedIn Xojo, there are different ways to control the behavior of methods, events, and callbacks. Two commonly used mechanisms are AddHandler and Delegates. Both are…
Comments closedIn the world of mobile app development, it’s often necessary to generate a universally unique identifier (UUID) to identify data or devices uniquely. If you’re…
Comments closedVersion 2024r3 of Xojo has just been released. So it’s time for an update of the Android Design Extension 3.0. This version works from version…
Comments closed