In 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 closedXojo Programming Blog Posts
I 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 closedAs we are nearing the end of the year, I thought it would be interesting to share a few statistics about the growth of the Xojo community in 2014.
Comments closedReady to learn a bit about the Date class in the new Xojo framework?
Comments closed