To read the value of String.xml StringMess=R.string.message_1;I tried it like this, but the id value of the string was returned as an integer instead of a string. I'd like to read the text, what should I do?
StringMess=R.string.message_1;
String mess = getResources().getString(R.string.mess_1); Do it like this
String mess = getResources().getString(R.string.mess_1);
881 /usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier
1022 In Java servlet, when SHA-256 sends WW-Authenticate header for digest authentication, the client does not return the result.
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
578 Understanding How to Configure Google API Key
© 2024 OneMinuteCode. All rights reserved.