MonoTouch.Info - Upcoming entries
Mostrar Datos en un UITableView
El mostrar datos en una tabla es muy necesario para una gran mayoría de aplicaciones, por lo cual decidí crear este post, donde veremos como mostrar los datos en un control UITableView. El primer paso es crear un repositorio de datos, que lo pueden realizar leyendo los datos desde una base de datos o como lo haremos en el presente ejemplo desde una lista de nombres de ciudades. De tal manera crearemos una lista que contenga los nombres de las ciudades, esta lista estará declarada en el método ViewDid...
Conectarse a una Base de Datos SQLite con MonoTouch (ADO.NET) | Cup Coffee
El conectarse a SQLite con MonoTouch no es muy complejo, además si eres un programador con alguna trayectoria en el acceso de Base de Datos con .NET y, te será fácil de realizarlo. En este post veras como hacer la lectura de datos con un DataReader y un DataAdapter
Rolling Your Own PhoneGap with MonoTouch - Yo Briefcase!
An experiment into how you start creating a PhoneGap-esque framework in MonoTouch.
source: yobriefca.se
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...
Monotouch/node.js GPS based proximity marketing app
Hello fellow monotouch-ers. I've just launched a new app! ShoutOut360 is a mobile application used to receive messages from the ShoutOut360 proximity marketing network. You will use this app to receive offers, promotions and general purpose messaging from organizations you are interested in or retailers where you like to shop. Link to Blog
Maps on iPad with MonoTouch
Hi friends, this time we will be making an application that will allow us to add pins on a map on the iPad, using MonoTouch in CSharp. The example is based on the book entitled "Programming with MonoTouch Professional iPhone and. NET / C #" by Wallace McClure (available on Amazon.com) and is also my favorite book MonoTouch.
MonoTouch Book - Learning MonoTouch: A Hands-On Guide to Building iOS Applications with C# and .NET
Many .NET developers and many enterprises would like to target iOS devices, yet the learning curve and cost of moving to Objective-C precludes the practicality of this in many cases. MonoTouch brings the best of CocoaTouch and .NET under a single, extensible technology, providing the only way to develop iOS applications using .NET that can be published to the iOS App Store. Learning MonoTouch begins with the basics of building applications for iOS under MonoTouch. It assumes the reader is familiar with ...
Learning MonoTouch: A Hands-On Guide to Building iOS Applications with C# and .NET (9780321719928): Michael (Mike) Bluestein: Books
Many .NET developers and many enterprises would like to target iOS devices, yet the learning curve and cost of moving to Objective-C precludes the practicality of this in many cases. MonoTouch brings the best of CocoaTouch and .NET under a single, extensible technology, providing the only way to develop iOS applications using .NET that can be published to the iOS App Store. Learning MonoTouch begins with the basics of building applications for iOS under MonoTouch. It assumes the reader is familiar with ...
iPhone Apps built with Monotouch « Arran Maclean
iPhone application built with MonoTouch for Carcraft. I have to say it was fun build and MonoTouch made it simple to get up and running quickly. Many features in this application are unique to the motor industry. MonoTouch meant we could develop everything in one language, which we know and love. I'll be posting more MonoTouch blogs soon. Thanks to all the Mono Team and MonoTouch people on twitter for their support. @ArranM
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...
Previous 1 2 3 4 5 6 Next