- 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: C#
Xamarin.Forms XAML Label Adjusts Font Size to Fit Width of Content
Xamarin.Forms Label controls do not have the capability to adjust their font size to accomodate the width of the content. You have to use a view renderer in the platform-specific project to accomplish this. This blog post shows how to … Continue reading
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
Xib-Free iOS App with C# – Part 3 – Timers
This is Part 3 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 created a … Continue reading
Xib-Free iOS App with C# – Part 2 – Clock
This is Part 2 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! Create a New Project in Xamarin Studio … 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 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.
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