MonoTouch: Simple Web Server
A web server can be a very flexible solution to transferring data from your application. MonoTouch makes it extremely easy to add a web server… Read More »MonoTouch: Simple Web Server
A web server can be a very flexible solution to transferring data from your application. MonoTouch makes it extremely easy to add a web server… Read More »MonoTouch: Simple Web Server
Here’s a simple example on using Quartz 2D with MonoTouch. First you need to create a CGBitmapContext object: [sourcecode language=”csharp”] int width = 100; int… Read More »Drawing with MonoTouch.