airkart
Name: airkart
Score: 9
Last Seen: 844 days, 16 minutes ago
Member Since: 29 September, 2009
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
2
touches

MonoTouch Article - GPS Using MonoTouch

published 844 days, 6 hours, 6 minutes ago posted by mtimti 844 days, 12 hours, 43 minutes ago
Friday, October 16, 2009 8:47:41 PM GMT Friday, October 16, 2009 2:11:01 PM GMT
This version of Edify Friday covers how easy it is to incorporate GPS data from your iPhone into your MonoTouch applications. They create a new iPhone MonoTouch Project called HelloWorldGps, which demonstrates how they can retrieve a location via GPS and show it to the user. (more)
category: Articles | clicked: 595 | comment | | source: blog.ics.utsa.edu
tags: C#, GPS, MonoTouch, MonoTouch.CoreLocation
3
touches

MonoTouch Article - Introduction to MonoTouch Development Using the OpenTK Package

published 864 days, 20 hours, 33 minutes ago posted by mtimti 865 days, 5 hours, 51 minutes ago
Saturday, September 26, 2009 6:20:36 AM GMT Friday, September 25, 2009 9:03:12 PM GMT
The Institute for Cyber Security writes a whitepaper(pdf) that covers how use the OpenTK package in MonoTouch. Jonathan Pryor points out in the comments that a better approach is to use OpenTK.Platform.iPhoneOS.iPhoneOSGameView, as it can greatly simplify GL context creation (which is just a ton of boilerplate code). It was mentioned that the whitepaper will be updated with this suggestion. (more)
category: Articles | clicked: 349 | 1 comment | | source: blog.ics.utsa.edu
tags: Article, C#, iPhoneOSGameView, MonoTouch, OpenTK, V1