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
((TextView) findViewById(R.id.yourEditTextId)).setHint("hint text");