-
Building an iOS Application to Search Twitter
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2011 - September/October
This article will cover building a simple Twitter client that allows users to search for tweets, save those search terms, and recall them at any time. The sample in this article will use Xcode 4 and the iPhone SDK 4.3. All examples are in Objective-C. You can find the code for this article at http://github.com/subdigital/code-mag-twitter-searcher. I encourage you to download the code to help out if you get stuck.
-
Meet the Monkey: A .NET Programmer’s Introduction to Mono
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2009 - May/June
Are you curious about cross-platform .NET applications?Do you have a need or an interest in how to write .NET applications that will run on OS X? Do you need to deploy your application to a *nix box? If you’ve answered “Yes” to one of these last two questions or are curious about running .NET code on *nix, then read on.
-
Have It Your Way, Revisited
Last updated: Saturday, January 18, 2020
Published in: CODE Magazine: 2009 - January/February