MonoTouch.Info - Entries tagged with Open Source
MonoTouch Sample - oData Browser
oData is an app that Frank Krueger launched on the app store and recently made free to download as well as opensource. The OData Browser enables you to query and browse any OData source. Visit http://kruegersystems.com/Products/3/OData_Browser for more information. Thanks go to Frank for making it opensource and giving the community another good example they can use to learn!
source: github.com
MonoTouch Sample - Miguel De Icaza's OpenFlowSharp
Sample CoverFlow implementation for MonoTouch created by Miguel De Icaza and hosted on Github.
source: github.com
MonoTouch Sample - Hanselminutes Monotouch iPhone App
The Hanselminutes Monotouch iPhone app is an Open Source Monotouch project to build a iPhone application using C# and the .Net Framework Mono. The source is available via codeplex and this has contributed by Chris Hardy.
MonoTouch Library - Updated Apns-Sharp Library now Powering G-Push Mail Apple Push Notifications!
The Free, Open Source Apns-Sharp Project has been updated to fix some issues, and is now powering the Apple Push Notification portion of the G-Push Mail server app! Apns-Sharp helps .NET / MonoTouch developers create server applications to integrate with Apple's Push Notification Servers, Apple's Feedback Servers, and Apple's iTunes Store / Receipt Verification service. Go check out the new version!
MonoTouch Library - Displaying web images with MonoTouch – UIWebImageView
When displaying images from the web on iPhone applications, we should always make sure the images are never be downloaded in the application thread, to avoid locking the application; we should also always display feedback to the user that the image is being loaded. There are several libraries that take care of this functionality in Objective-C, but I couldn’t find anything in C#, using MonoTouch, so I decided to create a simple one.
source: escoz.com
MonoTouch App - Artnotes - Current Source Code
ArtNotes is an app I'm currently working on, soon to be released on to the App Store. Helping you manage images and photos, there's integrated geo-tagging and viewing of image locations on the map. There's currently basic Flickr integration to allow searching for more images as well as importing from the iPhone's library and camera. It's currently a work in progress, with lots of ideas in the queue, including import / export albums, Flickr synchronization and a revamped UI. The interface is written alm...