CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    3

    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

  2. #2
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    210

    Re: compatibility of mobile applicaitons in c#

    Quote Originally Posted by wildheart25c View Post
    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
  •  





Click Here to Expand Forum to Full Width

Featured