One feature that was added in Xojo 2014r3 that I haven’t seen much discussion about yet is iterators. In short, iterators are a way to make classes useable with the existing For Each loop feature.
Comments closedXojo Programming Blog Posts
In this episode of the XojoTalk podcast, Paul talks with long-time Xojo developer Kem Tekinay.
Comments closedIn this episode of XojoTalk, Paul talks with Marc Zeedar, publisher of xDev, the Xojo Developer Magazine. Topics include the magazine, publishing formats, iOS, pricing apps, iOS, the App Store and more.
Comments closedI know a lot of people like to write their local variable declarations like this:
dim i, i, j as integerdim k as double, s as string, b as boolean
Personally, I don’t and the reason is not that I like typing…
Comments closedBob Keeney has been an active member of the Xojo community since 2001. BKeeney Software has offered Xojo consulting work for 15 years with happy clients all around the world. Bob blogs regularly on Xojo and developer topics at www.bkeeneybriefs.com.
I think that Xojo is an amazing product. Clients love the simplicity and power of Xojo which is not found in many software development products. Part of what makes it a great product to work with is the wide array of options to learn more about the language- whether it’s for someone who’s new to programming trying to get an introduction to the language or for an experienced programmer trying to do a deep dive into the framework and what Xojo is capable of.
Comments closedNeed some inspiration or some helpful code to get your first Xojo iOS app started? Take a look at a sampling of the iOS example apps that are included in Xojo iOS!
Comments closedHere is a recap of some of the things we did last week for Computer Science Education Week.
Comments closedThere is a “bug” here, can you spot it?
dim s as string = "abc" + chrb(0) + "def" dim c as cstring = s if s = c then msgbox "Yay our software works as we expected!!!!" else msgbox "BOOOOOO!!!!" end ifComments closed
In XojoTalk podcast episode 4, Paul talks with Xojo engineer Travis Hill.
Comments closedBefore you submit to the App Store, you’re going to want to have app icons and launch images for your iOS apps. Here’s some information about them.
Comments closed