Hi all,
I want to get the string resource with R refference like R.string... but there is an issue that my class is not an activity.
deviceNameEditor.setText(settings.getString(Constants.LOCAL_DEVICE_NAME, <def_val> ));
how can I use the def value setten in the strings by using R.string indicator.
since R.string will return a int ref. to the string value I am just get lost :(