to access resource strings from android code, i can call getResources().getString(R.string....). however, what if i am in a class that doesn't extend Context? i suppose i can pass the Context in, but i'd rather not pollute the non-andoid classes.

is there a static accessor for resource strings?

--

Reply via email to