Will it work on my phone?
Answer / mady
The app will work on all phones and tablets running Android version 1.6 and above.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an DDMS ?
How to make an apk file in android?
Explain the difference between serializable and parcelable?
Is it okay to change the name of an application after its deployment?
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);
Can phonegap framework support for playing audio?
Tell us difference between service, intent service, asynctask & threads?
Is google pixel an android phone?
How android is beneficial for app. Developers?
What are the basic tools used to develop an android app?
Explain what sre the advance features of android os?
Do you know what is application?