Apple iOS (901)
Android OS (1381)
Windows Phone OS (149)
BlackBerry OS (123)
Ubuntu Touch OS (184)
Apple iOS Swift (376)
Mobile OS AllOther (2) Can you use an Intent to provide data to a ContentProvider? If not, what would be the proper mechanism for doing this?
1607What is the correct way to check if a Compass sensor is present on the system? Explain your answer.
2152The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.
2646Under 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);
3952
What are different ways that you can specify the layout of elements in a uiview?
Explain how nat works?
Some images look different when synced to the device and read programmatically. Do decoders change these?
What is @dynamic and any place where it is used?
What is the difference between color os and android?
Is android the most popular os?
Different types of persistent stores? Which all types can we have on ios?
Are ios developers in demand?
Can we save posts to local drafts and figure out how to publish to the blog. What do we need to do?
What is the use of android os?
Which class do we use for listening location update?
How will apps change with android 2.2?
Which scenario can test only on real devices but not on emulator?
What is startanimation?
What is the best android phone?