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)
What is an activity? Which method is implemented by all subclasses of an activity?
What is applicationid?
What happen if the latitude is less than -90 or greater than 90?
What are different ways that you can specify the layout of elements in a uiview?
Creating an android application using the eclipse plugin?
What is a string swift?
Will galaxy s8 get android pie?
what are types are supported by adil in android programming?
Which is the latest operating system for android?
Can we distribute blackberry webworks applications?
What is action in android?
What are the lifecycle events of uiviewcontroller?
What is fast enumeration?
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 code signing in iOS operating system?