Creating mobile phone applications

Get help on programming - C++, Java, Delphi, etc.
Post Reply
Bladerunner
Registered User
Posts: 14338
Joined: 04 Sep 2004, 02:00
Processor: i386DX Sooper
Motherboard: A blue one
Graphics card: A red one
Memory: Hard drive
Location: On a Möbius strip
Contact:

Creating mobile phone applications

Post by Bladerunner »

Can anyone tell me which software I should use to create applications for mobile phones? I've looked up J2ME, but Sun Microsystems' page hasn't really been much help. Also if there's a free program to do it with, I'd be grateful to know of it.

Thanks,
Blade.
If I weren't insane: I couldn't be so brilliant! - The Joker
Hman
Registered User
Posts: 28520
Joined: 06 Oct 2003, 02:00
Processor: Intel i5 650
Motherboard: Asus P7H55-M LX
Graphics card: Gigabyte 7850 2GB OC
Memory: 8GB Kingston DDR3
Location: In my skin
Contact:

Post by Hman »

I know there is some rescources on motodev.
"Every thinking man is a drinking man."


Member of the Barberton Tigers
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Post by rustypup »

there's generally an SDK for each phone... far better to go for that than simply using the ME dev kits.

when you say sun's site wasn't much help, what do you mean? - i downloaded the latest kit last week without issue... :?:
Most people would sooner die than think; in fact, they do so - Bertrand Russel
Eleven
Registered User
Posts: 755
Joined: 03 Jul 2007, 02:00
Location: Centurion
Contact:

Post by Eleven »

U can also try NetBeans
Bladerunner
Registered User
Posts: 14338
Joined: 04 Sep 2004, 02:00
Processor: i386DX Sooper
Motherboard: A blue one
Graphics card: A red one
Memory: Hard drive
Location: On a Möbius strip
Contact:

Post by Bladerunner »

rustypup wrote:there's generally an SDK for each phone... far better to go for that than simply using the ME dev kits.

when you say sun's site wasn't much help, what do you mean? - i downloaded the latest kit last week without issue... :?:
Thanks for the replies. I have downloaded an SDK kit from sun.com, but i cant seem to program with the thing. Maybe it's my stupidity or something, but i just can't figure it out. I have the Sun Java Wireless Toolit 2.5.2 for CLDC.
If I weren't insane: I couldn't be so brilliant! - The Joker
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Post by rustypup »

Bladerunner wrote:I have the Sun Java Wireless Toolit 2.5.2 for CLDC.
which comes with a whole swathe of examples...

again, what is preventing your from coding?... does the CLDC app fail to launch? - unresolved compiler issues?

the devil's in the details :wink:
Most people would sooner die than think; in fact, they do so - Bertrand Russel
Bladerunner
Registered User
Posts: 14338
Joined: 04 Sep 2004, 02:00
Processor: i386DX Sooper
Motherboard: A blue one
Graphics card: A red one
Memory: Hard drive
Location: On a Möbius strip
Contact:

Post by Bladerunner »

rustypup wrote:
Bladerunner wrote:I have the Sun Java Wireless Toolit 2.5.2 for CLDC.
which comes with a whole swathe of examples...

again, what is preventing your from coding?... does the CLDC app fail to launch? - unresolved compiler issues?

the devil's in the details :wink:
Yes i saw there were examples. Could you please guide me step by step as to how exactly i can actually start programming with it?
If I weren't insane: I couldn't be so brilliant! - The Joker
Judas
Registered User
Posts: 2118
Joined: 17 Oct 2006, 02:00
Location: Stellenbosch
Contact:

Post by Judas »

Bladerunner wrote:
rustypup wrote:
Bladerunner wrote:I have the Sun Java Wireless Toolit 2.5.2 for CLDC.
which comes with a whole swathe of examples...

again, what is preventing your from coding?... does the CLDC app fail to launch? - unresolved compiler issues?

the devil's in the details :wink:
Yes i saw there were examples. Could you please guide me step by step as to how exactly i can actually start programming with it?
Firstly, do you know Java?

If not, the offical tutorial is a good resource.
'One will rarely err if extreme actions be ascribed to vanity, ordinary actions to habit, and mean actions to fear.'
- Friedrich Nietzsche

'Do not argue with Judas, nube, that would be foolish!'
- D3PART3D
Bladerunner
Registered User
Posts: 14338
Joined: 04 Sep 2004, 02:00
Processor: i386DX Sooper
Motherboard: A blue one
Graphics card: A red one
Memory: Hard drive
Location: On a Möbius strip
Contact:

Post by Bladerunner »

Judas wrote:
Bladerunner wrote:
rustypup wrote:
Bladerunner wrote:I have the Sun Java Wireless Toolit 2.5.2 for CLDC.
which comes with a whole swathe of examples...

again, what is preventing your from coding?... does the CLDC app fail to launch? - unresolved compiler issues?

the devil's in the details :wink:
Yes i saw there were examples. Could you please guide me step by step as to how exactly i can actually start programming with it?
Firstly, do you know Java?

If not, the offical tutorial is a good resource.
Thanks a lot :D
If I weren't insane: I couldn't be so brilliant! - The Joker
Post Reply