missing iphone option inside xamania studio - ios

I am new to ios. I m just keen to learn iphone. So i installed Xamarin in my Windows 8.When tried to create a new file for iphone i did not get any option for iphone. I got only android,Asp.net under C#. So can anyone tell me what should i do now to get iphone option inside C#. Have i done anything wrong in installation. or it is not at all possible in windows 8.
I am following this

In windows machine by using only Xamarin Studio you can't do iOS development.
You can do this possible by using Visual Studio Non-Express Edition.This studio is extensible.Xamarin comes with iOS plugin for Visual Studio but only for its Non-Express Editions.
So,you will need to use non express edition of Visual Studio in order to get iOS plugin ready to work in your Windows 8 machine.Hope this helped you.

Related

Uno Platform : Designs not displaying

I am unable to view the designs of my code. Getting this message.
Visual Studio requires a newer version of Windows to display this
content. Please update to Windows 10,version 2004(10.0.19041.0) or
later.
I am currently running on Windows version 1909 and Visual Studio (Version 16.7.2)
There are no current windows updates available currently for my device.
Any insights to this will be valuable.Thanks
Well, the message is quite self-explanatory.
This functionality requires Windows 10 version 2004, whereas your system is currently at 1909. You won't be able to see the design view until you get the Windows update.
Hopefully this article can help you update your Windows version.

Xamarin.Android SDK and Xamarin.iOS SDK missing during Xamarin Studio Installation - Windows 8

As well as Visual Studio 2013 extention Xamarin is missing.
Do need to track these down and install manually? I've been trying but I'm a bit lost!
Thanks.
UPDATE: I found Xamarin Studio in the Program Files. A search did not bring it up. It seems to be working fine.
I am glad you found it, also you may want to take a look at the Add/Remove Programs and there you will see both Xamarin.Android and Xamarin Studio. Xamarin.iOS can install but will not run without a Mac machine in the network it can connect to to build.
Good luck with Xamarin - it is the most exciting thing currently in cross platform mobile technology.

which software is used for Windows mobile app devlopment

Please give suggestion me which software requirement for developing windows mobile based application?
You could use a number of applications, such as Microsoft's Visual Studio, which is probably a good place to check.
These are the tools of the trade.
When you install the Windows Phone SDK, you get the following free tools and components.
Expression Blend for Windows Phone
Visual Studio 2010 Express for Windows Phone
Windows Phone emulator
XNA Game Studio 4.0
Silverlight
-.NET Framework 4
Source with a sample app

Cannot add System.Net.Http reference to Xamarin.iOS Library project

I am using Xamarin's Visual Studio pluggin. I have a Xamarin iOS Library project and it needs to use System.Net.Http in order to compile. However, I cannot seem to add it as a reference. I have updated my Xamarin Studio to the Alpha version, but still cannot see System.Net.Http in the Assemblies list when attempting to Add Reference.
Any help here would be GREATLY appreciated as I am inches away from getting this thing implemented, but am stuck on this one reference.
Is this available in Visual Studio (with Xamarin Pluggin installed), or is it only in Xamarin Studio?
Thanks in advance for your help !!
WOW !! What a work around.
Ok, here's the solution. Looks like the Visual Studio pluggin does NOT get updated when you update Xamarin Studio on your windows box. HOWEVER, when you go to your mac build server and update Xamarin to the Alpha version, then open a Xamarin Project in Visual Studio, it will prompt you that the build server and Pluggin are different versions and will allow you to upgrade. When you upgrade, after closing visual studio, then open visual studio again, VOILA!!! The System.Net.Http reference is now available under Assemblies when adding a reference.
So, the solution is to update your MAC Xamarin Studio to the Alpha version and then Visual Studio will prompt you for an update. Update it and you're golden !!
Seems like there should be an easier way, but this one worked.
i think you cant add The System.Net.Http reference.you should try this RestSharp
A simple REST client for consuming HTTP APIs..
RestSharp makes it easy to consume the wide array of services on the web over HTTP, like: Amazon, Facebook, or even Twitter...
http://components.xamarin.com/view/restsharp

Mono for Android Visual Design for Visual Studio 10.0?

I've installed Mono For Android Trial on my computer And I want to use with Visual Studio.
But there is a visual design for it or only I must write every thing ?
Thankyou for information
Piercarlo
No there is no visual designer included. You can however use the Android Development Tools (ADT) Plugin for Eclipse which includes a Forms Designer to design your forms (granted you do need to install Eclipse for that) - the resulting XML you can just copy and paste into your monodroid project.
Xamarin: As of Mono for Android 4.2 we now include an integrated UI Designer for creating Android layout resources in either MonoDevelop or Visual Studio.

Resources