MonoTouch.Info - Entries tagged with MonoDevelop
MonoTouch Video - Acceso a MySQL desde el iPhone utilizando MonoTouch C# desde cero
Hola amigos que tal, en esta entrega les traigo el como accesar a una base de datos (MySQL) desde el iPhone, a través de un WebService. En el ejemplo hago uso de DataSets, Procedimientos Almacenados, DataAdapters y DataRows, algunos se preguntaran ¿Qué son todas esas cosas? Bueno pues a continuación tratare de dar una breve explicación de cada uno de l...
source: alexsoto.me
MonoTouch Article - Running multiple instances of MonoDevelop
When building your iPhone application you may wish to fire up more than one instance of MonoDevelop so you can compare projects. This blog post shows you how to fire up more than one instance of MonoDevelop. Thanks go to @bayshield for tweeting about this post.
MonoTouch Article - Building iPhone applications using MonoTouch, How To: using a view without a controller
Of course, a view without a controller is not very useful in itself, but in this post I want to show you how I solved a small re-usability problem. I’m working on a small open-source project on Codeplex that aims to build a player for the Hanselminutes podcasts. It is nothing very special, but it gives me a nice playground to find out new stuff. So there is a “Loading playlist” message and a “Buffering audio” message displayed at the appropriate moments. You can do that in a lot of ways, but in this a...
MonoTouch Book - Building iPhone and iPod touch Applications for the .NET/C# Developer with MonoTouch
This Wrox Blox (ebook) is for .NET developers who want to learn to develop for the iPhone with C# using MonoTouch and MonoDevelop on the Mac. Objective-C is the native language for iPhone development and this ebook serves as an introduction to MonoTouch and how to get up-and-running quickly. This ebook was written by Wallace B. McClure.
source: www.wrox.com
MonoTouch Article - MonoTouch in Visual Studio
After doing my first steps with MonoTouch using MonoDevelop I decided that this is not they way I want to work. First the MacBook - Shit+Alt+7 for Backslash I added an external keyboard plus keyboard layouts to my MacBook, I changed CTRL / OPT / COMMAND… But there are still things I really hate. You press “End” – which brings you to the end of the file. Ctrl+Left is not a word left... So I built a little tool convert MonoTouch Solutions for Visual Studio...
MonoTouch Article - MonoTouch Comparison with Apple Tools
Los Techies writes up a comparison of MonoTouch and Applie Tools by looking at some of the MonoTouch samples and converting them to their Objective-C equivalent.
MonoTouch Video - Oh just a hello world with Monotouch. Cuz it's neato.
Another Hello World video for those of you getting started. 3 minutes 39 seconds long so it won't take long to view but will give you an idea of how to use Interface Builder with MonoTouch.
source: screenr.com
MonoTouch Article - Debugging
An article written on the http://monotouch.net website. MonoTouch does not currently offer a direct debugging experience so this article is a useful introduction to how you would debug your app.
MonoTouch Video - Writing your First IPhone application in C# using MonoTouch
Entry from Falafel TV: Writing your first MonoTouch application in C# for the IPhone framework using MonoDevelop and the IPhone 3.x SDK. Introductory video with some good comments. Looking forward to the future videos mentioned in this introductory video.
MonoTouch Video - Creating a UITabBarController Application
Here is a link to the main blog post : This provides links to both videos plus a link to a MonoDevelop template that you can use! This is a detailed video approximately 18 minutes long that walks you through the creation of a UITabBarController Application using MonoTouch. This is the second video of a two part series created by Brent Schooley that shows the UITabBarController Application being built in Objective-C with Xcode (Part 1 can be seen by clicking here) and and C# with MonoTouch and MonoDevel...