1. #1
    MayankC
    MayankC is offline
    Newbie

    Posts
    1
    Hi, I am new to this area so does anyone know any good sources to learn more about writing software for cell phones.


    See More: general questions about writing software for cell phones




  2. #2
    Brad729
    Brad729 is offline
    Phone Expert
    Brad729's Avatar

    Location
    Jacksonville, FL
    Posts
    2,317 - liked 117 times

    Start with Sun Microsystems, they are the developers of Java and MidP. Many software apps for cell phones are written in MidP. http://developers.sun.com/techtopics...idp/index.html



  3. #3
    2mob.net
    Guest

    Re: general questions about writing software for cell phones

    Quote Originally Posted by MayankC
    Hi, I am new to this area so does anyone know any good sources to learn more about writing software for cell phones.
    Download any manufacturer's SDK, read the J2ME documentation.
    google "midlet"+J2ME

    Writing a simple midlet that crashes when you have an incoming call is
    easy :-) writing something solid that is multithreaded requires some practice
    and testing.

    BTW, the samples on Sun are big and messy and they are usually not complete.

    So you need read between the lines and fill in the blanks.

    Don't get me wrong, they work to show you how to call stuff, but I would
    not use them in real/production apps.
    Last edited by 2mob.net; 08-01-2006 at 08:02 PM.



  • Similar Threads







  • Quick Reply Quick Reply

    If you are already a member, please login above.