mobile java applications

India
February 12, 2007 11:58am CST
i want to learn mobile java applications will anyone help me from were should i start. where will i get proper java application to develop mobile softwares. i am new to java programming....nilesh
1 person likes this
5 responses
• India
10 Mar 07
I think the best way is to start using NET BEANS ide. using it u can develop j2me apps by drag and drop methhods and you can check the automatically generated code for that particular appp. so that u learn how 2 write code for that easyly and interestingly.Do give a try to net beans.The other important thing is that you can deploy and emulate ur application in your phone as u code. so that u will learn it practically.
1 person likes this
• India
11 Mar 07
yeah the right choice for you to is J2ME,which is called as java micro edition.it is developed mainly for mobile applications
@sriragv (422)
• India
12 Feb 07
First learn java basics you can find complete referece book.It will guide you
@itgalary (633)
12 Feb 07
Hello, I am also into Mobile programming. The better way is to look for articles on J2ME. J2ME is a java version used for developing mobile applications. Its called Java Micro edition or sometimes Java Mobile Edition. You can get some starting stuffs from www.itgalary.com There is not much article there on this site but has some articles on how to start mobile programming. It will be good if you use NetBean IDE with mobility pack. But you will need this after you get some basic idea of J2ME programming. You should also have some basic knowledge of using classes in Java
• United States
12 Feb 07
I do recomend java's official tutorials: http://java.sun.com/docs/books/tutorial/index.html Once you are done there you can look for spefic tutorials in the area you are intrested in (GUI, database, 2D, 3D, mobile, enterprise, ect...). Java (and programming in general) is not something that can simply be learned, there are docteral degrees out there, and no one has enough time in their life to learn everything.