Can you deploy executable jars on android? Which package is supported by it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Android OS Interview Questions

Why do android apps update so often?

0 Answers  


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);

0 Answers  


Which is the safest mobile operating system?

0 Answers  


What is a sticky intent in android?

0 Answers  


What is animation-list?

0 Answers  






What is the procedure to check status of an activity in android?

0 Answers  


What is margin?

0 Answers  


What is a theme ?

0 Answers  


How will apps change with android 2.2?

0 Answers  


What are broadcast receivers? How is it implemented?

0 Answers  


How does manifest file plays an integral role in app development?

0 Answers  


What is contained within the manifest xml file?

1 Answers  


Categories