Click here to Skip to main content
15,909,822 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to write an application that will access contacts stored on sim card using java card but i dont know how to go about it and i need help.
Posted
Updated 28-Jun-10 6:36am
v2
Comments
TheyCallMeMrJames 28-Jun-10 12:14pm    
Reason for my vote of 1
That's a lofty goal, but not a question.
Kristian Sixhøj 28-Jun-10 12:22pm    
Well then, go ahead and write it. What is your question/issue?
Sandeep Mewara 28-Jun-10 12:37pm    
What have you tried so far?
Edem Kofi 28-Jun-10 12:56pm    
i am new to it i haven't tried anything yet. i would be grateful if you could help me out.

You need to start with the basics. We're not going to write the code for you.

Start with a search on how to access contacts on a SIM card. Of course, that's going to be platform-dependent, so first you'll have to figure out which platform you're targeting and then find the API for that platform.

And you need to make sure that platform will let you program in Java.
 
Share this answer
 
Take a look here[^] at the Java tutorials.
 
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