PodgePapin
Lurker
Hi, Im a newcomer to creating android apps. I have started to pick up some basics but would like to know a way of adding a text view box and make it add as currency. I've currently added one like so
android:id="@+id/editText4"
android:inputType="numberDecimal"
Also if i add 3 boxes with numbers in is there a way to be able to add them up in a 4th box? I hope that makes sense
android:id="@+id/editText4"
android:inputType="numberDecimal"
Also if i add 3 boxes with numbers in is there a way to be able to add them up in a 4th box? I hope that makes sense