Difference between getString() and getResources.getString()

前端 未结 3 1372
闹比i
闹比i 2020-12-01 05:57

I noticed that the Activity class has two different methods to get a String resource. This is possible by using:

  • getString(int resId)

3条回答
提交回复
热议问题