What is localization and how to achieve?
Answer / maanya
Localization is a way of representing the products in different languages. Android is an operating system which runs in many regions, so to reach different users localization is a must. Localization in Android can be achieved by incorporating different languages in the application which you are using. To do this knowledge of Java, XML elements, Activity lifecycle and general principles of internationalization and localization are required.
| Is This Answer Correct ? | 0 Yes | 0 No |
In android, which method you can use to obtain the path of the external storage?
what are the main advantages of web services in android?
How is nine-patch image different from a regular bitmap?
What is equals method?
What is BroadReceivers?
What is application context in android?
Can you list and explain the four java classes related to using sensors on the android platform?
What is a Dalvik ?
Why do android apps update so often?
What is content provider?
Enumerate the steps in creating a bounded service through aidl?
On android services, onstart() and onbind() are the same?