filmov
tv
How to pass value to string resources android tutorial 2022

Показать описание
What are string resources?
Make it easier to translate your app into other languages,
and easier to reuse a string in different places in your app.
Just add %s for String value and %d for the Integer value
Pass variable as a parameter to getString method
Make it easier to translate your app into other languages,
and easier to reuse a string in different places in your app.
Just add %s for String value and %d for the Integer value
Pass variable as a parameter to getString method