Click here to Skip to main content
15,889,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody
I want to create a software for my nokia e50 which can run on any mobile who support java software.

I heard that for creating mobile software I meed some freamework which is different for every mobile according to different company policy.
Is it ture?

I want the software which will encrypt the sms as it is part of my project.Please help me. If you know any such kind of software please tell me

vishal
[Email removed to avoid spam]
Posted
Updated 18-Sep-10 19:39pm
v2

To the best of my knowledge a MIDP .jar file is an MIDP .jar file. A friend of mine wrote an app using Eclipse, and it ran on his touchscreen Samsung. It also ran on my S60 series Nokia. I have written applications in Netbeans, and they have ran on a multitude of different phones. The prime consideration when thinking of running your application on different phones is the difference in screen resolution. However, a few lines of code will scale the application appropriately for the device it is being used on.

For the purposes of your application the easiest way to begin development is to download Netbeans J2ME IDE.

Being an arrogant, arch-capitalist I have abandoned development on the J2ME platform in favour of the Android and iPhone platforms. (Apps == Money == :))
 
Share this answer
 
Comments
Vishal D Kolekar 28-Sep-10 8:02am    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.
Thank you very much.......... :-D :-D

if I create application using netbeans j2me, then can I directly install it in my mobile or any other java mobile?

And also tell me which will be the best algorithm for me to encrypt the massage ?
I will use the public n private key encryption .
Is it use full?

please suggest me the way to do this

Vishal
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900