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)
Which method to opena http connection to an uri?
Will installing ubuntu erase my hard drive?
Which shortcut key we can use to change orientation in an avd simulator?
What is a toast notification?
What language does android support to develop an application?
Compare and contrast the different ways of achieving concurrency in os x and ios.
What's the difference between android and iphone?
Explain how to shut off message alerts in ios?
What are the steps that are involved in converting the android in newer version?
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);
Please explain what are intent filters?
What is the variance between a regular bitmap and a nine-patch image?
What are the different store migration options?
how to update ui from a service?
Describe @objc inference?