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

MonoTouch Sample - Paging controllers with MonoTouch

published 827 days, 22 hours, 23 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 828 days, 21 hours, 45 minutes ago
Wednesday, February 10, 2010 10:03:25 PM GMT Tuesday, February 09, 2010 10:41:27 PM GMT
I have just pushed a new control into my open source collection of MonoTouch controls, called PagedViewController. I created this control during the development of my new iPhone application, Cracklytics (available soon in the AppStore, recommended!) mainly to simplify the usage of the UIScrollView to make applications that use pagination, such as the Apple’s Weather app. Usage of the control is quite simple. All you need to do is create a new object of type PagedViewCo... (more)
category: Samples | clicked: 560 | comment | | source: escoz.com
tags: MonoTouch, Paging, Sample, UIScrollView, UIView, UIViewController
1
touches

MonoTouch Article - Notes from an iPhone developer

published 830 days, 21 hours, 24 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 831 days, 21 hours, 59 minutes ago
Sunday, February 07, 2010 11:02:50 PM GMT Saturday, February 06, 2010 10:27:51 PM GMT
I have just finished uploading a new application to the App Store. While it’s waiting for Apple’s approval (hopefully that will happen soon), I decided to write down some information about how the application was developed. This won’t be a technical guide or a how-to; rather, these are some random thoughts that new developers to this platform can probably learn from. (more)
category: Articles | clicked: 157 | comment | | source: escoz.com
tags: Article, MonoTouch
1
touches

MonoTouch Event - February 25th 2010 - MonoTouch Presentation at the ChiPhone Group

published 830 days, 21 hours, 24 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 833 days, 6 hours, 56 minutes ago
Sunday, February 07, 2010 11:02:50 PM GMT Friday, February 05, 2010 1:30:39 PM GMT
Later this month I’ll also be talking about MonoTouch at the chiPhone User Group. I’ll also have the pleasure of hosting the meeting this month at our offices at the Willis Tower (old Sears tower):When: February 25th, 2010 Where: Redpoint Technologies, Willis Tower, 233 South Wacker Dr. Suite #750, Chicago IL Price: FREE! Register here. The presentation will be pretty much the same as the one I’ll give to the Chicago ALT.NET group, but because most people in the group alr... (more)
category: Events | clicked: 12 | comment | | source: escoz.com
tags: Chicago, Event, MonoTouch, Presentation
1
touches

MonoTouch Event - ALT.NET Chicago MonoTouch Presentation

published 840 days, 21 hours, 20 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 841 days, 2 hours, 31 minutes ago
Thursday, January 28, 2010 11:06:25 PM GMT Thursday, January 28, 2010 5:55:39 PM GMT
Next month I’ll be presenting about MonoTouch at the ALT.NET Chicago February 2010 Meeting: When: February 10th, 2010 Where: Redpoint Technologies, Willis Tower, 233 South Wacker Dr. Suite #750, Chicago IL Price: FREE! Learn more and register here. In this presentation, I’ll be talking about the iPhone platform in general, how MonoTouch fits in that ecosystem, and I’ll show how to create a quick sample application. (more)
category: Events | clicked: 28 | comment | | source: escoz.com
tags: ALT.NET, Chicago, Event, MonoTouch
1
touches

MonoTouch Article - Developing with MonoTouch on Windows and Visual Studio

published 840 days, 21 hours, 20 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 841 days, 4 hours, 36 minutes ago
Thursday, January 28, 2010 11:06:25 PM GMT Thursday, January 28, 2010 3:50:21 PM GMT
Here’s how to develop with MonoTouch on Windows and Visual Studio 2008. You won’t be able to compile the code, as it depends on libraries that simply do not exist on Windows, but tools like Resharper will work perfectly. This will allow you to write the code faster, but you’ll still need the mac to run the app on the Simulator or the iPhone. (more)
category: Articles | clicked: 628 | comment | | source: escoz.com
tags: Article, MonoTouch, Visual Studio
1
touches

MonoTouch Sample - MonoTouch Calendar control is here!

published 846 days, 12 hours, 29 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 846 days, 23 hours, 45 minutes ago
Saturday, January 23, 2010 7:57:54 AM GMT Friday, January 22, 2010 8:41:13 PM GMT
Here’s a new MonoTouch UIView many people will probably find useful: CalendarMonthView. As you can see in the picture on the side, this control is a copy of the built in Month View calendar control, used in Apple’s calendar app. This includes animations when moving between months, highlighting of the cells being selected and current day, etc. (more)
category: Samples | clicked: 616 | comment | | source: escoz.com
tags: Calendar, MonoTouch, Sample, UIView
1
touches

MonoTouch Article - TapkuLibrary’s LoadingHUDView control ported to MonoTouch

published 849 days, 22 hours, 12 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 850 days, 4 hours, 2 minutes ago
Tuesday, January 19, 2010 10:14:23 PM GMT Tuesday, January 19, 2010 4:24:12 PM GMT
I have just pushed to github a port of the great TapkuLibrary’s LoadingHUDVIew control to MonoTouch. You can find the C# LoadingHUDView implementation here, or just download the entire solution to see the control working. (more)
category: Articles | clicked: 126 | comment | | source: escoz.com
tags: Controls, MonoTouch, TapkuLibrary, UIKit
1
touches

MonoTouch Article - Editing Decimal Numbers with UITextField control with MonoTouch

published 852 days, 8 hours, 15 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 853 days, 15 minutes ago
Sunday, January 17, 2010 12:11:24 PM GMT Saturday, January 16, 2010 8:11:53 PM GMT
Here’s another control I created while developing an iphone app for a client: UIDecimalField. The new control inherits from the UITextField control, and allows the user to edit decimal values using the NumberPad keyboard, instead of the nor... (more)
category: Articles | clicked: 103 | comment | | source: escoz.com
tags: MonoTouch, UIKit, UITextField
1
touches

Monotouch Article - Tip: Inherit UIViews ALL the time!

published 855 days, 22 hours, 23 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 856 days, 3 hours, 51 minutes ago
Wednesday, January 13, 2010 10:03:36 PM GMT Wednesday, January 13, 2010 4:35:16 PM GMT
Inheriting from UIView (or UIScrollView), is a much better way of creating views for your application. Interface Builder can still be used to design the UI, while the coding of the behavior can be done in MonoDevelop. Doing this will make the code much cleaner, by allowing you to separate different concerns across different classe: ui-related functions, like formatting of the text or the selection of the background color can be done in the View class, while definition of what’s loaded, and calling web se... (more)
category: Articles | clicked: 118 | comment | | source: escoz.com
tags: Article, MonoTouch, UIKit
1
touches

MonoTouch Article - Displaying different views when iPhone is rotated with MonoTouch

published 861 days, 5 hours, 34 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 862 days, 1 hour, 58 minutes ago
Friday, January 08, 2010 2:52:42 PM GMT Thursday, January 07, 2010 6:28:27 PM GMT
Here’s another control I developed while working on an iPhone application using MonoTouch. Its very common for games to make use of the accelerometer inside the iPhone, but not so much for data-driven apps. One app that uses it very well is WeightBot, from TapBots, which display charts with different views of the data when you rotate the phone to the left or the right. I wanted to do the same... (more)
category: Articles | clicked: 275 | comment | | source: escoz.com
tags: Accelerometer, Article, MonoTouch
Previous 1 2 Next