bayshield
Name: bayshield
Score: 125.01
Last Seen: 65 days, 20 hours, 52 minutes ago
Member Since: 29 December, 2009
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
2
touches

MonoTouch Article - MonoTouch SQLite Performance Tip

published 60 days, 3 hours, 42 minutes ago posted by bayshieldbayshield 65 days, 20 hours, 53 minutes ago
Sunday, July 04, 2010 11:50:15 PM GMT Tuesday, June 29, 2010 6:38:44 AM GMT
MonoTouch SQLite Performance Tip DataReaders are the fastest ways to access data in .Net, and most MonoTouch SQLite tutorials use them to access SQLite data using the following syntax... (more)
category: Articles | clicked: 111 | comment | | source: www.bayshield.com
tags: Article, MonoTouch, SQLite, Tip
1
touches

MonoTouch App - US Airport Data for iPhone, iPod touch, and iPad on the iTunes App Store

published 73 days, 21 hours, 36 minutes ago posted by bayshieldbayshield 77 days, 18 hours, 12 minutes ago
Monday, June 21, 2010 5:55:47 AM GMT Thursday, June 17, 2010 9:20:17 AM GMT
US Airports is an essential tool for all aviation enthusiasts. Browse through a list of all US Airports or use the iPhones inbuilt GPS to quickly identify your nearby airports. Once you have chosen an Airport you can view detailed information including frequencies (tower, approach, radar etc...) as well as runway information (length, width, surface, elevation). US Airport Data SupportiPhone ScreenshotsView In iTunes... (more)
category: Apps | clicked: 84 | comment | | source: itunes.apple.com
tags: airlines, airport, App, frequencies, MonoTouch, runways
1
touches

MonoTouch Article - Solved - "mtouch failed with no output" error

published 149 days, 2 hours, 2 minutes ago posted by bayshieldbayshield 149 days, 7 hours, 39 minutes ago
Wednesday, April 07, 2010 1:29:51 AM GMT Tuesday, April 06, 2010 7:53:05 PM GMT
mtouch failed with no output solved Whilst trying to build my latest application I came across a strange "mtouch failed with no output" error.  The error would only occur when building for the iPhone (not the simulator) and despite checking all the forums I was unable to find a solution that would work. There are a number of forum posts highlighting that spaces in folder paths will cause MonoTouch builds to fail, however it also appears that having a space in the Project name will also cause this to oc... (more)
category: Articles | clicked: 88 | comment | | source: www.bayshield.com
tags: Article, error, MonoTouch, mtouch
1
touches

MonoTouch Website - Bayshield's Blog - Web, IPhone and Umbraco development

published 221 days, 11 hours, 4 minutes ago posted by bayshieldbayshield 222 days, 6 hours, 8 minutes ago
Sunday, January 24, 2010 4:28:14 PM GMT Saturday, January 23, 2010 9:24:11 PM GMT
Posts on .Net and MonoTouch (more)
category: Websites | clicked: 99 | comment | | source: www.bayshield.com
tags: Bayshields, MonoTouch, Website
1
touches

MonoTouch Sample - Monotouch SQLite Example

published 223 days, 20 hours, 15 minutes ago posted by bayshieldbayshield 224 days, 3 hours, 37 minutes ago
Friday, January 22, 2010 7:16:49 AM GMT Thursday, January 21, 2010 11:55:35 PM GMT
Monotouch SQLite Example Using SQLite databases with MonoTouch iPhone applications is surprisingly easy to do.  For this example I have created a small application which queries a SQLite database and displays a list of country names in a UITableView.  The sample project can be downloaded here. (more)
category: Samples | clicked: 434 | comment | | source: www.bayshield.com
tags: MonoTouch, Sample, SQLite
1
touches

iPhone Books - IPhone Programming Books

published 224 days, 2 hours, 9 minutes ago posted by bayshieldbayshield 225 days, 6 hours, 16 minutes ago
Friday, January 22, 2010 1:23:02 AM GMT Wednesday, January 20, 2010 9:16:38 PM GMT
IPhone Programming Books There have been a number of tweets and forum posts recently about the best IPhone development books for people starting out with MonoTouch.  I have recently purchased three APress IPhone dev books from Amazon all of which have great material for someone starting out with IPhone development. (more)
category: Books | clicked: 128 | comment | | source: www.bayshield.com
tags: Books, development, iPhone, MonoTouch
1
touches

MonoTouch Article - Accessing GPS data on the IPhone with MonoTouch

published 232 days, 10 hours, 20 minutes ago posted by bayshieldbayshield 233 days, 5 hours, 31 minutes ago
Wednesday, January 13, 2010 5:12:06 PM GMT Tuesday, January 12, 2010 10:01:10 PM GMT
Accessing GPS data on the IPhone with MonoTouch A lot of .Net developers have probably heard about MonoTouch but are still concerned about how 'hard' it might be to create a useful application.  One of the applications I am currently working on uses the IPhone's inbuilt GPS and I wanted to show not only how easy it is to get this data, but how understandable the code will be for anyone with a .Net background. First we add a reference to MonoTouch.CoreLocation with the standard 'using' syntax; using Mo... (more)
category: Articles | clicked: 74 | comment | | source: www.bayshield.com
tags: Article, GPS, MonoTouch
1
touches

MonoTouch Article - Bayshield - IPhone Development with MonoTouch

published 246 days, 7 hours, 13 minutes ago posted by bayshieldbayshield 247 days, 15 hours, 17 minutes ago
Wednesday, December 30, 2009 8:19:08 PM GMT Tuesday, December 29, 2009 12:15:42 PM GMT
IPhone Development with MonoTouch If you are a .Net developer and would love to be able to develop apps for the iPhone without learning Objective-C then I may have your solution. Some  of you may be familiar with an open source project called Mono which was aimed at making .Net applications run on the linux platform.  A similar project has now been built by Novell called MonoTouch, which allows iPhone applications to be written in .Net. Having used the project for the past three months, I have to say ... (more)
category: Articles | clicked: 60 | comment | | source: www.bayshield.com
tags: Article, Blog Post, MonoTouch, Thoughts