- Blog by Terry Westley, Buffalo, NY
Top Posts & Pages
-
Recent Posts
- .Net
- AccuWeather
- AdMob
- Amazon
- Android
- Apple
- app store
- backup
- Beyond Compare
- blogging
- C#
- cars
- checklist
- compassion
- Core Graphics
- crash
- Customer Service
- Date Math
- Dropbox
- ebook
- Encryption
- file sync
- folder sync
- Fusion
- iAd
- Ina Ruwa
- iOS
- iPad
- iPhone
- iPhone SDK
- Java
- Kindle
- Konrath
- linking
- Mac
- Macbook
- Markdown
- Microsoft
- Microsoft Money
- MonoDevelop
- MonoTouch
- mpg
- multi-tasking
- Obama
- Objective-C
- parable
- Perforce
- personal finance software
- piracy
- Python Math
- Quicken
- R
- Remote Desktop
- sell iPhone
- sleep
- social
- storyboards
- synchronous
- Techdirt
- Trunk Notes
- UIImageView
- UIKit_Dynamics
- UITableView
- UIWebView
- virtualization
- VMWare
- voting
- web request
- Windows
- Windows 7
- Windows activation
- Xamarin
- Xcode
- Xib-Free
Tag Archives: MonoTouch
UIKit Dynamics Tutorial with Xamarin.iOS
This article was adapted from UIKit Dynamics Tutorial, Colin Eberhardt, by permission of the publisher, Ray Wenderlich. Please visit the Ray Wenderlich Tutorials site for this and many other fine tutorials. The vast majority of the text of this article … Continue reading
Xib-Free iOS App with C# – Part 4 – iAd
This is Part 4 of our series building a xib-free iOS app with C#. Introduction Clock Timers Add an iAd banner Landscape and auto layout Get current location NuGet Get current weather Profit! In our last episode, we displayed and … Continue reading
Beginning Storyboards in iOS 5 Part 1 with MonoTouch
Storyboarding is an exciting new feature in iOS 5 that will save you a lot of time building user interfaces for your apps. This article was adapted from Beginning Storyboards in iOS 5 Part 1, Matthijs Hollemans, by permission of … Continue reading
Posted in iPhone, iPhone Dev
Tagged C#, iPhone, MonoDevelop, MonoTouch, storyboards, UITableView, Xcode
3 Comments
Ina Ruwa for iOS 4 is Coming Soon
Because of my concern for the viability of MonoTouch for App Store apps, I’ve rewritten Ina Ruwa in Objective-C. That’s why there’s been no updates for so long. Ina Ruwa has been renamed “Ina Ruwa Free Weather” and has been … Continue reading
Posted in Ina Ruwa
Tagged AccuWeather, AdMob, app store, Apple, iAd, Ina Ruwa, iPhone, MonoTouch, Objective-C
Leave a comment
Is This the End for MonoTouch?
Many bits have been spilled on the alleged changes to section 3.3.1 of Apple’s iPhone developer agreement. John Gruber broke the story on Daring Fireball. Hundreds of articles, from sources as disparate as bloggers and the BBC, have written about … Continue reading
Ina Ruwa is in the iPhone App Store
My very first published iPhone/iPod Touch app is now available in the app store: Ina Ruwa Weather. I used MonoTouch and C# to build it. What a great system.
Multi-Tasking Fuss
What’s all the fuss about multi-tasking on the iPhone and iPad? Continue reading
Posted in iPhone Dev
Tagged iPad, iPhone, iPhone SDK, Mac, MonoTouch, multi-tasking, sleep
Leave a comment
MonoTouch Binding for AdMob
Update 10/11/09: Fixed code display. Update 01/05/2010: Download a MonoDevelop project sample at http://www.sabonrai.com/downloads/MT_SampleAdMob.zip. This includes fixes for the problems pointed out in the comments by Rory. It’s not complete yet, but the basics work, so here’s my effort at … Continue reading
MonoTouch Goes Live
Belated congratulations to the MonoTouch team: MonoTouch went live last week with version 1.0 while I was away from my MacBook on work-related travel. I didn’t even get a chance to download and build my apps with RC2. From the … Continue reading
MonoTouch Sample: Core Graphics and UIImageView
I was having a lot of trouble figuring out various aspects of Core Graphics, so I wrote this simple program to try out some things. Included in this are drawing some rectangles, a rounded rectangle, applying a gradient, rotated and … Continue reading