NumberToWords
This is a lib to generate word representation for a number in indian and western format. This java lib will convert the number to its word representaiton. This can be used for both western and indian numbers syetem. Run the app in android studio to see the library in action. The detailed explanation can be found in blog post below-
- Indian numer system - http://aideafactory.com/indian-number-system/
- Western number system - http://aideafactory.com/western-number-system/
- Reading larger numbers - http://aideafactory.com/reading-large-numbers/
- Logic to convert number to word representation in indian number system - http://aideafactory.com/logic-for-indian-number-system/
- Logic to convert number to word representation in western number system - http://aideafactory.com/logic-for-western-number-system/
- Implementation in android app as library - http://aideafactory.com/convert-number-to-its-word-representation/