compatibility of mobile applicaitons in c#
Hello, id like to write my first mobile application in c#. But I don't know which phones it'll work on. Nokia, SE, Motorolla, iPhone, Blackberry, and Samsung.
I know I know, usually id write my appication in JavaMe because any phone that has Java means that my java app is compatible with it. no platforms. But what about C#?
Is it limited to certain phones OR i can use the same c# app for all types of mobiles except a bit of coding depending on the phone?
Thanx
Re: compatibility of mobile applicaitons in c#
Quote:
Originally Posted by
wildheart25c
Hello, id like to write my first mobile application in c#. But I don't know which phones it'll work on. Nokia, SE, Motorolla, iPhone, Blackberry, and Samsung.
I know I know, usually id write my appication in JavaMe because any phone that has Java means that my java app is compatible with it. no platforms. But what about C#?
Is it limited to certain phones OR i can use the same c# app for all types of mobiles except a bit of coding depending on the phone?
Thanx
You just need a cell phone which has Windows Mobile 5 or higher.
This OS includes .NET and the CompactFramework.
Since Nokia, Motorola, Samsung have their own OS, no .NET is available on them.
Keep in mind, that the CompactFramework does not support all features sof the
general .NET Framework. Just use the emulator for mobile applications, which is part
of Visual Studio Pro.