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) Tell me are there canned mvvm "data behaviors" planned for wp7?
There are five different methods to store persistent data. They are: shared preferences. Internal storage. External storage. Network and __?
Is swift written in c++?
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);
Is equal to string swift?
What is delegate in ios objective c?
Mention some advantages of swift?
How does recyclerview differ from listview?
How to make a textview to be editable?
What are the data types supported by aidl?
What is urlsession?
Where is the ui designer in android?
Explain how to dismiss the sip programmatically?
DB updation when app new version comes ?
State the life cycle methods of android activities?