0

I read about String Resources and I understood that you simply use the getString(...) method in order to read the value of a string from res/values/string.xml. Then I read that you can also use getResources().getString(...).

What is the difference between these two ways of obtaining the value of a string?

Cœur
  • 37,241
  • 25
  • 195
  • 267
enzom83
  • 8,080
  • 10
  • 68
  • 114

1 Answers1

1

No any difference. They're both equal.

Olegas
  • 10,349
  • 8
  • 51
  • 72