|
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? --
![]() |
- [android-beginners] access resource strings from non-andr... Jeffrey Blattman


