Is there a command in Activity
that prevents a EditText
from receiving focus, even with the user clicking? Or can this only be done by XML?
I have a repository that is connected to a database and I need this repository to be populated before the user populates the fields. Therefore, until the user synchronizes for the first time, he can not fill in the fields.
So I need a way to lock EditText
until this repository is populated.