When programming for Android sometimes you have to use static methods. But when you try to acces you resources in a static method with getString(R.string.text) you'll get an error. Making it static doesn't works.
Does anyone knows a good way around this because the resource files in Android are very helpfull for creating things in different languages or making changes to a text.