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 observer in swift?
Why do you generally create a weak reference when using self in a block?
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 are few exceptions in android?
What are synthetic sensors?
What are the security measures that are taken to make android secure?
What is the difference between android and android go?
What is special trigger?
What type of listener is used to get the ratings from the ratingbar widgets?
What are the design patterns in ios?
Differentiate between linearlayout, relativelayout, absolutelayout.
What is the latest version of android for galaxy s7?
Explain how do I get a call when my ipad rings?
What is ios architecture?
What is libdispatch?