Jump to content

Phone programs

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
How do you make programs for your phone? I've looked through mine but don't see anywhere where the option is available to create programs. How does it work?

#2
MrDiaz

MrDiaz

    Learning Programmer

  • Members
  • PipPipPip
  • 65 posts
hmm you need IDE's for it I believe. You cannot create them directly on your phone.

See, cell phones use java for their applications, they are all java's applets. So you can create an applet and then import it to your phone.

#3
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
That makes sense. But then how would you access it? Would it go into "My Stuff" or something like that? Can you choose where it goes (most likely the case)? Just wondering, I'm always questing for knowledge (sounds weird, aye?)

#4
Dan

Dan

    Programmer

  • Members
  • PipPipPipPip
  • 145 posts
It really depends on the phone you have as to the programming process - cell phone programming can be a really tricky one.

Your best bet is with java, but the actual coding is dependant on the phone...

I.e. If you have a nokia 6610 (6611 in US?) then you would be looking at Series 40 architecture and programming in Java.

However, a nokia 6600 (6601 in US?) would be series 60 architecture and you could program in C++ (although modified) or Java again, but as the phone is different the coding would be different.