| MonoTouch Sample - MonoTouch AudioUnit sample codes
AudioUnit can realize real-time audio rendering and the lowest output latency (~ 3 msec), which is suitable for instrument or sound-triggerd application.I demonstrate three AudioUnit sample codes using MonoTouch: sine waveform generator, AIFF audio file player, and monitoring microphone.The sample codes are in the github under the MIT license so that you can use it freely.
source: blog.reinforce-lab.com
|
| MonoTouch Video - Monotouch: Arrastrando Imágenes en el iPad (Enabling Drag and Drop Images on the iPad)
Uso del Drag and Drop de Imágenes con Monotouch para el iPAD en C# sin pasar por el Interface Builder.
Enrique has created a 15 minute video that walks you through creating an iPad app that supports drag and drop with a handful of images. It is in Spanish but you'll be able to see him work through the code. Thanks for the contribution!
source: www.enriqueaguilarvargas.com
|
| MonoTouch Sample - MonoTouch port of TDBadgedCell
I recently wanted to add an 'item count' to a UITableView in one of my iPhone/iPad projects and thought it would be nice to match the grey/encircled 'badge' used in the Mail application.
Happily, I found (via The Unofficial Apple Weblog) that Tim Davies had the same idea and already done the hard work, albeit in Objective-C. Tim's code for TDBadgedCell is on github as is the MonoTouch/C# port: TDBadgedCellSharp. Both produce the same output.
source: conceptdev.blogspot.com
|




