lets suppose its a singe phone, and I want to write a program in java, I know how to program in java, but what IDE or programs I need?
for example if I want to write a program where I write some text, and then that text is saved in the database SQL-lite for example, can you give me some links where I can download it?
For example: NOKIA, SAMSUNG etc… – that support java
First of all you need to check if the OS of the phone has an SDK (Source Development Kit) for Java. The ones that currently are available are for Android, Blackberry OS and Symbian.
IOS for example does not have a JRE implementation and as such you cannot code apps for it in Java. To be honest, I somehow doubt they will make one available in the future since they seem to be focusing on Objective C for their development.
After you decide which OS you want to target, you then need to download the SDK. A fast google search will give you exactly what you need.
As for IDEs, it comes down to support and personal preferences. From experience, I can only talk about Android development. Google decided to offer official support for Eclipse BUT(!!!) you can also use Netbeans (by using the netbeans android plugin) and even IntelliJ, plenty of choices.