|
-
September 13th, 2009, 04:08 PM
#1
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
-
September 14th, 2009, 01:22 AM
#2
Re: compatibility of mobile applicaitons in c#
 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|