>From a quick search i couldn't find any help for my specific question. 

I'm a very new programmer and so this may be an easy answer and I am just 
not seasoned enough to know the solution, but i'll give it an ask anyway


I have an Textview that displays 'money' in the style

"0 dollars"


when i tap a button it changes to

"1 dollars"


How do I make it so when the dollar amount reaches 1000 

it instead reads

"1 Thousand Dollars" as apposed to "1000 thousand dollars"


I understand it will take an 'if' statement im just not sure how the 
implementation of deducting the money amount will work.

(Solution will be later applied to the millions place value)

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3238a113-9983-4a66-a945-c96e1c3aa269%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to