udacity / AdvancedAndroid_TeaTime

115 stars 307 forks source link

Hard Coded Initial Currency Format #10

Open BDoma opened 6 years ago

BDoma commented 6 years ago

At the initial state hard coded $ currency (R.string.initial_cost) is used After the increase/decrease btn pressed NumberFormat.getCurrencyInstance().format() is used which it can changes the currency not just the quantity.