I'm new to MonoTouch and iPhone development. I have my images (PNG) in a resources folder in MonoDevelop, however if I want to set the image property for a button in ...
I am trying to create a very simple music player (for small children) in Monotouch and have most of it working just great.
However when I iterate through MPMediaItems in a playlist ...
I'm using monotouch and am having a brainfreeze. I'm trying to by code use an image that's in a folder.
The project structure:
Solution
- Project
-Images
...
I'm developing an iPhone-application using monotouch. In this app, the user is supposed to get an image already stored in the phone (from the gallery) and bring the selected image into ...
I have an application that is loading html from a remote server in a UIWebView. I have built functionality that allows the iphone camera to be launched when the user clicks ...
using MonoTouch.Dialog I create a simple ViewController:
In the LoadView I set the background image. This works in iPhone, but not in iPad. There is nothing else to the app at this ...