I am new to Android code development...I am developing a Android calculator apps and does not understand why the two EditTexts (first input and second input) cannot accept decim
Change android:inputType from "number" to "numberDecimal". See the documentation for even more options for inputType.