is there a way to set the text hint displayed inside of an android edittext with java? I would like for my app to be able to display different things in the edittext at diff
Kotlin
editText.hint = "Your hint"