i want to add such feature in my Application that App will recognize letters, numbers etc tracing (with finger).
For Example if i want to define path for ‘A’, then at first i need to define the Nodes to which the child will merge through drawing straight line, but i don’t know that how to define path for each object.
Kindly give your suggestions or refer me helping material.
You should really take a look at the FingerPaint tutorial in the API demos provided by the SDK.
You can use blinking nodes to indicate the next point, so that the kid can trace the letter. Once the touch coordinates come within 1 centimeter range of the destination blinking node, the next node should blink/glow etc. You can store the list of nodes and tracing information in a db.