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
I’m taking a break from reading the Professional iPhone Programming with MonoTouch and .NET/C# book (which is awesome by the way) so I decided to… Read More »MonoTouch: Drawing Rotated Text
I’ve decided to start a quick tip series on this blog. I’ll try to post some useful code snippets along with some tips and tricks… Read More »Quick Tip: Simple HTTP Post Using Monotouch
Here is a simple MonoTouch app that demonstrates how to use Quartz2D to draw custom progress bars. You can download the MonoDevelop project here. This… Read More »MonoTouch: Drawing custom progress bars.