How to populate/display Punjabi alphabets one by one on Android.

I have to display individual alphabets of a language one by one and then have to draw on it for learning purpose.

link|improve this question
oh balle balle :) – Suraj Chandran Mar 3 '11 at 10:03
brute force method : just have images of all the alphabets, think you can try shape drawable to draw on scree , then may be you can compare these two images and give a score :P – kantu Mar 3 '11 at 10:10
feedback

1 Answer

You need to loop from initial character to the last in Unicode chart.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.