<How can I access Android app resources(li.e. stri...
# stackoverflow
u
How can I access Android app resources(li.e. strings) from a static context in Kotlin? I want to read strings from an xml file in a source file with no context. Ideally I would like to do something like this: How can I get a resource content from a static context? However I cannot figure out how to convert that into Kotlin.