reply to discussion

Post a reply to the thread: general questions about writing software for cell phones

Your Message

If you are already a member Click here to log in
 
  • :)
  • :heart:
  • :(
  • ;)
  • :p
  • :cool:
  • :rolleyes:
  • :ah:
  • :evil:
  • :flamemad:
  • :sad:
  • :laugh:
  • :D
  • :smart:
  • :blush:

Send Trackbacks to (Separate multiple URLs with spaces)

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

  • If selected, :) will not be replaced with smile

Subscription

Topic Review (Newest First)

  • 08-01-2006, 07:43 PM
    2mob.net
    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.
  • 03-08-2006, 09:40 AM
    Brad729
    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
  • 03-07-2006, 09:45 PM
    MayankC
    Hi, I am new to this area so does anyone know any good sources to learn more about writing software for cell phones.

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •