MonoTouch Hello World for iPad - xamarin.ios

I have tried following the sample Hello World for MonoTouch by creating an iPad solution. For some reason I cannot get the MainWindow to load. I followed the instructions exactly and the app just closes before even loading a view. Is there something missing? Do I need to tell the solution how to load the MainWindow.XIB or something? Please help, this seems very basic and I am about to throw MonoTouch in the garbage.

What example are you trying to follow? By default a new iPad solution in MonoDevelop should give you a working (empty) app which will load your MainWindow.xib on startup.

http://monotouch.net/ipad
Hope this helps
Alex

Did you obey the installation order? Base SDK, Mono, Monotouch, Monodevelop?
René

Thats what I was trying, just a blank iPad project to begin. Still no luck, I guess tonight I will try to reinstall the whole IDE....running out of ideas here...

Related

How can I do UI Test automation for the UWP project of my Xamarin application

As the question says, I have a Xamarin forms application that targets Android, iOS and UWP. I am able to use Xamarin.UITests for UI testing on the Android and iOS project, but I need a frame work to help with UI testing on UWP. I found this and while it looks helpful, its quite hard to understand, it seems old, so not sure if all of it is still up to date, and the third step in the process is missing (page is 404).
I've also heard of WebDriver, but cannot find any straight forward documentation for how to use it for Xamarin.UWP.
Any ideas on how I can test for UWP?
after i research, I found this method that you can try
this link : https://learn.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-windows-store-apps?view=vs-2022

AsyncBridge.portable for Xamarin.ios

I created application with mvvmcross and I want to target WPF, andoid and ios.
I used task and async/await in my core PCL library.
It works with WPF and Android because I use Microsoft.Bcl.Async and AsyncBridge.Portable from Daniel Plaisted.
My problem is with ios version because Daniel not implemented AsyncBridge.Portable for ios.
I would like to know if someone maked it or if someone know where I can find source code of AsyncBridge.Portable of Daniel ?
If Daniel, you sees this post, can you explained me how can I make ios version ? :)
Thank you
You can find the source code here. From that, you may be able to just adapt the Android code to work on iOS.
However, official Xamarin PCL support is coming soon (-ish), and that may change how you need to do this (or make it so you don't need to do it at all).

is there any java SDK available to implement google-dfp ads for J2ME?

Is there any way to implement google-dfp ads for J2ME platform? I have tried few things using following link and I am not getting anything. Can anyone help me out in this?
http://support.google.com/dfp_premium/bin/answer.py?hl=en&answer=1638620
seems till now its only for android ,ios and windows mobile. you can have a look here

Layout Editor Continues to crash after Eclipse Reinstall and Java upgrade

I've been ripping my hair out for the last two days trying to figure this out. Everytime I open the Eclipse Android Layout Editor, Eclipse crashes. I've reinstalled Eclipse, made sure I have the latest Java Developer Kit, and I followed previous posts' advice on changing the eclipse.ini file.
AFter reinstalling Eclipse, now when I try to open a new project, it crashes. Can someone please help me.
I was finally able to figure it out after help from a very intelligent friend. We reinstalled the video card drivers and it worked!!! I spent 12 hours trying to figure this out. Anyway - I've posted this answer under another similar post, so please don't flame me for repeating myself.

Why don't I have a iPhone monotouch project option in monodevelop after installing monotouch?

I just installed the following on my macbook pro running Mac OS X 10.6.6:
xcode_4.0.2_and_ios_sdk_4.3
MonoFramework-2.10.1_3.macos10.novell.x86
MonoDevelop-20402005
in that order as described by http://monotouch.net/Documentation/Installation.
However, when I start monodevelop, I am not seeing a iPhone Monotouch Project option under the C# projects. I don't get any error messages when monodevelop starts up.
Is there a way to troubleshoot this? Anyone have any suggestions on what else I can try to get this working?
You know I feel very stupid, Dimitris thank you i didn't realize that was a seperate download on the site for some reason i thought installing monodevelop would take care of it all. Installing monotouch (what do you know... ) did the trick

Resources