http://www.google.com/profiles/eduardoscoz
Name: http://www.google.com/profiles/eduardoscoz
Score: 275.04
Last Seen: 350 days, 13 hours, 53 minutes ago
Member Since: 7 January, 2010
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
1
touches

Demystifying iOS certificates and provisioning files

posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 350 days, 13 hours, 53 minutes ago
Friday, February 18, 2011 5:28:55 PM GMT
Any iOS developer will tell you that one of the most confusing parts of developing for iOS is getting the app to actually run on real devices, because of all the work involved getting certificates working. Even for those who understand how certificates in general work, it’s still kind of weird to get everything to work correctly. This is going to be a long post, but hopefully it’ll be used for some of you. (more)
category: Articles | clicked: 24 | comment | | source: escoz.com
tags: certificates, ios sdk, MonoTouch, provisioning
2
touches

GitHubby - the GitHub companion

posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 379 days, 16 hours, 53 minutes ago
Thursday, January 20, 2011 2:29:49 PM GMT
GitHubby brings GitHub to your pocket! You can use GitHubby to see the latest updates on your news feed, as well as navigate thru your repositories and see issues and commits made. (more)
category: Apps | clicked: 11 | comment | | source: escoz.com
tags: App, GitHub, MonoTouch
1
touches

MonoTouch.Dialog fork

posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 428 days, 14 hours, 56 minutes ago
Thursday, December 02, 2010 4:26:28 PM GMT
I decided to create my fork of the project on GitHub to incorporate some of the bug fixes/changes I’ve done back into the code base. Hopefully somebody will benefit from it eventually. (more)
category: Libraries | clicked: 29 | comment | | source: escoz.com
tags: MonoTouch.Dialog MonoTouch github
1
touches

ESCOZ Inc. » Blog Archive » WebClient reliability problems under MonoTouch

posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 433 days, 10 hours, 17 minutes ago
Saturday, November 27, 2010 9:05:48 PM GMT
One of the big benefits of MonoTouch is to allow people to use the .NET libraries when developing iPhone apps. Things in general work just great, but it seems I hit a case where this is just not true: network connectivity. The application I developed needed to do very frequent but small calls to a webserver, and over WIFI using the Mono WebClient worked just fine. Unfortunately, when running over 3G or a slow wireless network (wifi over Clear 4G service), ... (more)
category: Articles | clicked: 45 | comment | | source: escoz.com
tags: MonoTouch, Networking
1
touches

ESCOZ Inc. » Blog Archive » NSUrlConnection MonoTouch Helper class

posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 433 days, 10 hours, 17 minutes ago
Saturday, November 27, 2010 9:05:00 PM GMT
After rewriting a few apps to use NSUrlConnection, I came up with a useful wrapper class to handle connections, which I thought other people might find useful. The class not only transforms the classic delegate pattern into Action parameters, but also takes care of displaying the iPhone spinning wheel and keeps track of connections, so they can be all killed at once (useful when the user moves to a different tab in an app, for example). (more)
category: Articles | clicked: 33 | comment | | source: escoz.com
tags: MonoTouch, NetworkActivityIndicatorVisible, Networking
1
touches

iOS UI Development tips

posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 484 days, 16 hours, 49 minutes ago
Thursday, October 07, 2010 2:33:18 PM GMT
Here’s a couple of tips on how to write iOS UI code, based on my experience during this last year. (more)
category: Articles | clicked: 39 | comment | | source: escoz.com
tags: Cocoa, iOS4, MonoTouch
1
touches

MonoTouch Article - MonoTouch is alive and doing well

published 561 days, 8 hours, 43 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 565 days, 12 hours, 19 minutes ago
Thursday, July 22, 2010 10:39:14 PM GMT Sunday, July 18, 2010 7:03:32 PM GMT
Back in April 2010, Apple changed some rules that made it look like MonoTouch was seeing the last of its days. I documented it here. After all this time, it feels like its important now to write about the updates since then to MonoTouch. The best news of all is that nothing really changed, after all: Apple is still accepting MonoTouch applications normally into the AppStore, including applications built specifically for iOS4, with things like backgrounds tasks. Here’s a li... (more)
category: Articles | clicked: 367 | comment | | source: escoz.com
tags: AppStore, Escoz, MonoTouch
1
touches

MonoTouch Article - Hello World using MonoTouch

published 681 days, 7 hours, 8 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 681 days, 16 hours, 7 minutes ago
Thursday, March 25, 2010 12:13:59 AM GMT Wednesday, March 24, 2010 3:15:14 PM GMT
At the MSDN Blogs, Shawn Burke has recently decided to do a comparison of the iPhone SDK and the Windows Phone 7 Series SDK (what a horrible, horrible name!) by writing a simple Hello World application and showing the difference between the two. While I don’t think it’s really fair to compare a C-based platform with a .NET based one, Shawn’s point that the it takes a lot more code to write the same application is real. It’s also real to say that the iPhone SDK could run e... (more)
category: Articles | clicked: 106 | comment | | source: escoz.com
tags: Examples, Hello World, MonoTouch
1
touches

MonoTouch Article - MonoTouch UIApplication and AppDelegate explained

published 718 days, 8 hours, 37 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 718 days, 13 hours, 19 minutes ago
Monday, February 15, 2010 10:45:10 PM GMT Monday, February 15, 2010 6:03:34 PM GMT
When you create a new MonoTouch project, one of the first lines of code you see is the FinishedLauching() function, in the AppDelegate class. That’s also one of the first things to change when you’re following basically any tutorial. But what exactly is it? And why is it getting called? When developing iPhone applications with MonoTouch, there’s always a lot of “magic” that happens behind the scenes; one of these is the AppDelegate class. Unlike most WinForms app, wher... (more)
category: Articles | clicked: 186 | comment | | source: escoz.com
tags: AppDelegate, Article, Initialization, MonoTouch, UIApplication, UIApplicationDelegate
1
touches

MonoTouch App - Cracklytics

published 721 days, 23 hours, 8 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 722 days, 4 hours, 6 minutes ago
Friday, February 12, 2010 8:14:00 AM GMT Friday, February 12, 2010 3:16:42 AM GMT
Cracklytics is simply the easiest and fastest way to take a quick look at the current status of your Google Analytics account. With Cracklytics, you can check the visitor information of multiple websites in a matter of seconds, not minutes. While other apps focus on displaying as much data as possible, Cracklytics focuses on displaying only the numbers you actually want to see all the time: Number of visitors, pageviews, ave... (more)
category: Apps | clicked: 165 | 2 comments | | source: escoz.com
tags: App, google analytics, Google Data API, iTunes, MonoTouch
Previous 1 2 Next