Explain localization and how to achieve?
Answer / Jayant Singh Rathore
Localization is the process of adapting software to specific geographical regions by considering cultural and linguistic differences. To achieve this in Android, you can use strings.xml files for different languages, create config files for various screen sizes, and manage resources with the help of the res folder hierarchy.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a google android packageinstaller?
How was android os created?
Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer. Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage); sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type startActivity(sendIntent);
How do I update my android oreo?
What is android os used for?
What dialog boxes are supported in Android ?
Are the Android releases available in a ROM?
What is an Intent?
how will you record a phone call in android?
How will you differentiate nine-patch image from regular bitmap image?
What os do android phones use?
what are the different tools in android?