Posts Tagged iOS
iPhone Development with MonoTouch, by Michael Koby
Posted by claudiolassala in Software Development on December 5, 2011
Last month Koby gave an “Intro to iPhone development” at the Houston Open Dev User Group (you can watch it here). This month Koby was back to show how to write the same “Twitter search” app using MonoTouch. You can watch his presentation here:
While it’s sort of nice to write C# code instead of Objective-C, the big thing about using MonoTouch is that one can reuse a lot of the code (such as business logic) between iOS and Android applications.
Besides Koby’s presentations, you may also want to check out these two articles that show you how to build a “Twitter search” app, both for iOS and Android:
Intro to iPhone Development, by Michael Koby
Posted by claudiolassala in Software Development on November 3, 2011
Earlier this week I attended to Michael’s “Intro to iPhone Development” presentation at the Houston Open Dev User Group, recorded the whole thing, and am making available here:
This has probably been the most I’ve seen of Objective-C, and boy, what an UGLY language that is.