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
Did you try the setHint?
myTextView.setHint("My conditional hint");
Hope it helps..