How to achieve localization?
No Answer is Posted For this Question
Be the First to Post Answer
When did android become open source?
Android asynctask create new thread in background?
Can I upgrade my android os?
What is the difference between an implicit intent and explicit intent?
Can we deploy executable jars on android?
What is a sticky broadcast? Give an example.
What is contained within the manifest xml file?
What exactly is android?
differences between google android studio and android studio ?
What is google android sdk? What are the tools placed in android sdk?
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);
What are the other languages that android supports other than java?