In order to interface with the Raspberry Pi, you often want to use the General Purpose Input/Output (GPIO) port. It is easy enough to connect a broadboard to the port, but how do you write Xojo code that can talk to the port?
Comments closedTag: Xojo Programming Language
Sometimes you need a feature that is not available directly from the Xojo framework. Responding to this need is what Declares are designed for: to get access to system native APIs. On OS X, you typically look at the Cocoa APIs. On Windows, the Win32 APIs. Finally on Linux, the GTK APIs.
Comments closedDespite our best efforts here at Xojo, everyday can’t be #CodeDay! So we figure we better go all out for the first official, national Code Day! Saturday, May 24th, we want to help you join thousands of students in 24 cities across America celebrate technology, share ideas and build cool apps!
Comments closedDumb Ways to Code
By Geoff Perlman
Sung to the tune of “Dumb Ways to Die” by Tangerine Kitty
Use an object that's out of scope
Don't escape your SQL quotes
Ship without a beta test
Think Google Translate to localize is bestComments closed