Click here to Skip to main content
15,893,644 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
how to create mobile application by using java
Posted
Comments
Herman<T>.Instance 1-Aug-11 10:05am    
what have you tried?

Have a look at developing for the Android platform

http://developer.android.com/guide/basics/what-is-android.html[^]

Android dev tools
http://developer.android.com/guide/developing/tools/index.html[^]

Setting up your environment
http://developer.android.com/sdk/installing.html[^]


Once you've got all the tools you require, you should have a look at some example android applications

http://developer.android.com/resources/samples/get.html[^]

List of example applications
http://developer.android.com/resources/browser.html?tag=sample[^]


e.g. contact manager source code
http://developer.android.com/resources/samples/ContactManager/src/com/example/android/contactmanager/ContactManager.html[^]
 
Share this answer
 
I just found these in Google, give it a shot.

Mobile application development[^]

http://www.developer.nokia.com/Develop/Java/[^]
Best tools for mobile application development[^]
Java Mobile Development - Java Midlet[^]

EDIT
-------------------------------------
I found couple of things at java section in CP
Java @ Codeproject[^]

Also check Mobile Development section CP where I found couple of things in Java too.
Mobile Development @ Codeproject[^]
 
Share this answer
 
v2

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