String Resource
Represents a string that can be retrieved from Android string resources. This is useful for providing localized strings within the application.
Parameters
resource Id
The ID of the string resource (e.g., R.string.my_string).
args
The optional format arguments to be used for substitution in the string resource.