How to create Calculator Applet?
Hi Friends..
I've a plan to create a simple Calculator Applet application, but i don't know how to do, and i don't know how to communicate with that applet..
Assume that i want to create these processes in the Calculator Applet :
1. Adding Process
2. Subtracting Process
Each of these processes require two parameters, the parameters are the values that want to be Added or Subtracted..
How to create this Applet?..
and How to send parameters needed to Applet through APDU command?..
Thanks in advance..