Results 1 to 9 of 9

Thread: [RESOLVED] I need advice to learning PHONES programing

  1. #1

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    Resolved [RESOLVED] I need advice to learning PHONES programing

    Hi everyone ...

    I really need your help and advice to know what is the best programming

    language to develop a Mobiles applications ; that run on Symbian or Windows

    mobiles , especially if it is a GUI programming language like (Visual Studio ).


    For sorry I have little information about this field and it's operaing

    sysems , so I need your advice and direct information about this .


    Many thanks in advance.
    Some times when you make a step forward ...You can't get back. Be sure where you make your steps.

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,102

    Re: I need advice to learning PHONES programing

    What's your background? If you have used .NET, then you can use it for mobile development, but only for Windows mobiles (unless somebody has ported to a different OS). If you have worked in C/C++, then that is the language for use on any platform. If you haven't used either, then you have lots of options. C/C++ is harder to learn and harder to work with, but it is the most versatile, and will create the smallest programs. .NET is easier to learn and easier to work with, but it doesn't run everywhere.
    My usual boring signature: Nothing

  3. #3

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    Re: I need advice to learning PHONES programing

    Hello Shaggy Hiker , Many thanks for your ansewer.

    I started learning Visual Basic .Net 2008 so I can be able to make Mobiles Apps , but I

    don't know how can I start directly to learn and make Mobiles Apps using it ... And I don't

    even know if it can work with Symbian systems or not . I heard about Red lab that

    support .Net apps to work on symbian , but my problem is that I don't know what is my

    First steps and what I'm suppose to concentrate on so I can end up building a Mobiles

    Apps . And as you know , .Net enviroment is too much bigger to walk into without a guide.


    Many thanks , and I hope to hear from you .
    Some times when you make a step forward ...You can't get back. Be sure where you make your steps.

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,102

    Re: I need advice to learning PHONES programing

    I can't say anything about Symbian, as I have never dealt with it. As for developing in .NET, you will want to start a project with the Smart Device type. That project type may not be available on all versions of .NET, but it would be the first thing to look for. When developing a mobile app, you will have the ability to test it in emulators within VS. That's not as good as testing it on the actual target device, but it is pretty close by this time.

    Aside from that, you will be using the Compact Framework, which is a somewhat stripped down version of the whole .NET framework, but is still quite similar, so it wouldn't be much of a problem. Lastly, designing for a mobile app is a bit trickier than designing for a desktop because the screen size is so small that you really have to think about how to make the interface useable. There are a variety of resources, including this forum, for help with that. I haven't done any mobile dev for a few years now, and the platforms have changed radically. Therefore, I feel that my practical knowledge may be too far out of date to be useful.
    My usual boring signature: Nothing

  5. #5

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    Re: I need advice to learning PHONES programing

    Many thanks Shaggy for responding and your help ...

    And I have another question - and maybe the last - and I hope to find an answer ...

    When we start to develop a Computer program we first need to make a heavy contact

    with it's operating system - Vista or Windows 7 or XP - so we can come up with new

    ideas or figure out what programs the users may need . And I can't afford a Pocket PC

    So ... Is there any way I can have the Pocket Pc or Microsoft Smart Phone systems

    to run on my computer - Like the Emulater that support running XP on Linux or vise

    versa ???

    Many thanks in Advance.
    Some times when you make a step forward ...You can't get back. Be sure where you make your steps.

  6. #6

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    Re: I need advice to learning PHONES programing

    And I think I found an answer to my question :

    (Images Emulators) at Microsoft sites gives a full virsual access to many different

    Microsoft Mobiles operating systems at my PC and even more , Accessing Files and

    Registery and Processes at this virsual systems using (windows CE Remote File Viewer -

    Remote Registery Editor - Etc.) and much more .

    I hope this informations may help someone else .


    And now I'm trying to figure out the difference between the Names of Microsoft Mobiles

    and it's systems ( Like Windows CE or Windows Mobile 6 Pro , etc).


    If anyone can answer this while I'm looking for an answer , It will be appreciated .
    Some times when you make a step forward ...You can't get back. Be sure where you make your steps.

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: I need advice to learning PHONES programing

    Yes, when you download the WinMo 6.1 SDK or the 6.5 SDK, it comes with an emulator. You should end up with the ability to code against Pocket PCs, smartphones and Win CE as well.

    Read about the differences here: http://pocketpccentral.net/smartphon...phone_ppcp.htm

  8. #8
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: I need advice to learning PHONES programing

    What about JAVA (MicroEdition) ???
    See this link: Java for Mobile

    Good luck

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  9. #9

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    Re: I need advice to learning PHONES programing

    Many thanks for your helpfull answers ...

    And although I'm a big fan of VB.net but I think it's good idea to see what support Java

    language can give me ....

    And another question ... where can I find sites that learn Windows Mobile with VB.net

    rather than C# ... ?
    Some times when you make a step forward ...You can't get back. Be sure where you make your steps.

Tags for this Thread

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