| iPhone/iPad Development With MonoTouch – A Tutorial
A step-by-step guide for creating a MonoTouch iPhone application.
source: keyholesoftware.wordpress.com
|
| UIPageViewController with MonoTouch 5. » Dimitris Tavlikos Software
With the release of iOS 5, Apple introduced the UIPageViewController. This controller is responsible for producing the page-turning effect which is similar, if not identical, to the one in the iBooks app. If we wanted to implement a similar effect before, we’d have to write a lot of code to reproduce it.
Fortunately, Xamarin made available MonoTouch 5 only a few hours after the official iOS 5 release and of course, with a full support for it. I have created a small pr...
source: software.tavlikos.com
|
| Loading custom UITableViewCells from Nib files without a controller in MonoTouch » Dimitris Tavlikos Software
There are a lot of times where we want to use custom table view cells to display data in a UITableView. The most common way to do this is to create the cells we want inside the Nib that contains the UITableView controller and assign each of the custom cells an outlet so we can access them directly.
But what if we want to use the same cells across multiple table views that reside in different Nib file...
source: software.tavlikos.com
|
| Using Sqlite-net and MT-d to create simple CRUD forms - Warren Moxley's Blog
Tags:MonoTouch, MonoTouch.Dialog, Sqlite-net, MonoTouch.Dialog Reflection, CRUD
Hey guys, in my latest adventures in all things MonoTouch, I learned of Fak's Sqlite-net library, and decided to delve in. I came up a cool abstract dbbase class (I think it came with the sample for sqlite-net I found, and then used a sub-class with sqlite-net attributes, and MT.d attributes to create a simple CRUD framework for your data access. I've included the DBBase class and a sample form class. Here it is.
Cheers
...
source: blog.it1services.ca
|
| New updates and pushes to MT Dialog Fork and MT Extensions - Warren Moxley's Blog
Tags:MonoTouch.Dialog, MonoTouch.Dialog.Extensions, MonoTouch, c#
Today I did some housekeeping on my fork of MonoTouch.Dialog. I've merged in all of Miguel's recent changes, and also fixed a bug I found today in EntryElement that wasn't populating a default value when you push it in. This was related to how the value was being returned by the getter and the timing of when the value was being assigned. I've fixed this now, and also sent a patch to Miguel for the main trunk of MonoTouch.Dialog. You c...
source: blog.it1services.ca
|
| Automated IPA generation with MonoDevelop - Warren Moxley's Blog
Tags:MonoTouch, MonoDevelop, Automated IPA, Generate IPA, AdHoc, TestFlightApp
Well yesterday i discovered http://testflightapp.com what a super cool site. It allows for OTA (Over The Air) pushing of beta applications to iOS devices making testing and deploying ad-hoc stuff for testing etc WAY easier. Now you need to upload an IPA file, so after talking with Clancey and a couple others on the irc channel i came up with this re-usable xml fragment you an add into your project file to automate the gener...
source: blog.it1services.ca
|
| MonoDroid y MonoTouch, la unificación del desarrollo móvil
¿Qué es mejor… Twitter o Facebook?
-
Esa parece ser la pregunta del millón, por todos lados escucho y veo la
misma pregunta cuando se ponen a hablar de internet y la web, entonces la
respuesta...
Hace 1 semana
source: www.enriqueaguilarvargas.com
|
| Code Jim: Monotouch: Beginnings - Simple Navigation in monotouch
A friend and I have just started an iPhone development project. We're using MonoTouch and so far its been brilliant. The initial learning curve is steep - for me anyway - so I thought I'd blog about the things I've learnt so that others starting might avoid the same road blocks.
Today I discovered how navigation works on the iPhone, well one way it works...
Main.cs
When creating your projects there's a number of paths you can take, I generally use the iPhone Window-Based Project solution becau...
source: codejim.blogspot.com
|
| MonoTouch AlertWebView - Warren Moxley's Blog
Tags:MonoTouch, AlertWebView, UIAlertView, Popup UIWebView
Hey everyone. It's been a while since I've posted anything. Well I was working on a project today where we required a popup Terms & Conditions with an Approve and Reject button, and allows you to scroll the content. I built a Sub-Class of UIAlertView, inserting a UIWebView and allowing for a URL to be passed in. This renders a scrollable UIWebView in the alert view so that the T&C can be reviewed, and then accepted or rejected. Here...
source: blog.it1services.ca
|
| MonoTouch AlertWebView - Warren Moxley's Blog
Tags:MonoTouch, AlertWebView, UIAlertView, Popup UIWebView
Hey everyone. It's been a while since I've posted anything. Well I was working on a project today where we required a popup Terms & Conditions with an Approve and Reject button, and allows you to scroll the content. I built a Sub-Class of UIAlertView, inserting a UIWebView and allowing for a URL to be passed in. This renders a scrollable UIWebView in the alert view so that the T&C can be reviewed, and then accepted or rejected. Here ...
source: blog.it1services.ca
|




