How to set only Integer numbers for EditText ? (I would like to avoid to user to put comma)
EditText
Try below attribute in your xml:
android:inputType="numberSigned"