I want to show fractions instead of decimal value in a textView(answerview)
For example - 1.0625 (This value is an answer from some calculation)
I want to show 1.0625 in fractions (Added a sample image [Required fraction image])
like 1(1/16) in textView.
This is not a constant value, the value keeps changing according to user calculations, so for every answer I want to convert into fractions and display
Sujay