Can I install exe files on android?
No Answer is Posted For this Question
Be the First to Post Answer
What does adb stands for?
What is logging (logcat)?
What is the use of layout manager in android?
What is the difference between service and thread?
In android, which layout mode defines the positions of each component relative to each other?
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 is the difference between dynamic receiver and static receiver?
how will you display database tables in an activity?
How long does compatibility take?
Is android the most popular os?
to write a back ground functionality in an activity, should I use a thread or service?
What is a toast?