MonoTouch.Info - Entries tagged with Article
MonoTouch Article - TwitEstaçion - MonoTouch TweetStation en español - Localising an App
If you are a MonoTouch developer then you should already be familiar with the two subjects of this post: Miguel's awesome TweetStation open-source/MonoTouch Twitter client (also on iTunes); and the recent release of the Professional iPhone Development with MonoTouch/c# book from WroxIt just so happens that Chapter 12 - Localizing for an International Audience of the book introduces a small utility called ngenstrings that helps you to translate your application into other languages. This article gives an ...
MonoTouch Article - Flurry Analytics Bindings
For my latest app I wanted to collect some analytics to see which screens and content included in the app are the most useful to users.  In evaluating my mobile analytics options, Flurry’s free of charge service and easy to use API made the decision to go with them over Google Analytics and Mixpanel an easy one. This article gives a quick example of how to enable Flurry Analytics and links to the source of the library.
MonoTouch Article - iOS 4 and Map Kit Overlays with MonoTouch
One of the "over 100 new features" in iOS 4 that I've been especially interested in are Map Kit overlays. Previously, developers were limited to using annotations. Now it's much easier to draw shapes on a map.
MonoTouch Article - MonoTouch Ad Hoc Distribution Tutorial
There are 4 use-cases for deploying an app to an iOS device: Development Ad Hoc Enterprise Retail / App Store This tutorial is going to concentrate on the 2nd use-case: “Ad Hoc Distribution.” Although you might think of “ad hoc” as meaning something done casually or off the cuff, ad hoc distribution actually involves several steps and is constrained to 100 devices per year. So the truth is, “Ad Hoc” is really about beta testing.
Mobile Article - The Mobile Developer Economics 2010 Report
What’s the number one reason why developers choose a mobile platform? According to Mobile Developer Economics 2010 Report, which is produced by VisionMobile it’s market penetration: Do mobile developers stick to one platform, or do they develop for multiple platforms? MDE 2010 says that the latter is true. See this entry to find out more and visit the link to download the whole report.
MonoTouch Article - Apple Section 3.3.1 and MonoTouch
Wally writes a quick entry with links to previous blog entries covering his thoughts on Apple Section 3.3.1 and MonoTouch.
MonoTouch Article - iAD with Monotouch
Working on my RPS project (http://iphone.pp-p.net/) I decided (at a late moment) to implement iAd. But let’s start from the beginning. The design goal for this app was to build a game which can be played with nearby players as well as over the internet. So my first approach was to implement a form which allows me to pick peers. The result – a lot of “double entries” or only one side seeing the other and things like this. So the next decision was – 2 forms – ...
MonoTouch Article - MonoTouch SQLite Performance Tip
MonoTouch SQLite Performance Tip DataReaders are the fastest ways to access data in .Net, and most MonoTouch SQLite tutorials use them to access SQLite data using the following syntax...
MonoTouch Article - Programatically Creating a UIButton with MonoTouch
This is probably a really basic post but as I am a still learning the MonoTouch Framework and I couldn’t find anywhere on the Internet explaining how to do it. Anyway today I was trying to programmatically create a UIButton in MonoTouch and set the button type.
MonoTouch Article - MonoTouch.Dialog - Improved List Documents!
Christopher (@cdeutsch) writes a follow-up entry from his last article. This time he re-creates his listing documents example using MonoTouch.Dialog. The result was that he re-created the sample quicker and easier!
Previous 1 2 3 4 5 6 7 8 9 10 ... 12 13 Next