1
Is there any command in the Activity that prevents a EditText to receive focus even with the user clicking? Or this can only be done by XML?
I have a repository that is connected to a database and I need that repository to be filled in before the user fills in the fields. So until the user Incronize for the first time, he will not be able to fill in the fields.
So I need a way to stop the EditText until such repository is completed.
Read-only mode maybe? Only then the field cannot be edited.
– user28595
@diegofm .
– Edumachdo