Answer Posted / c gupta
AndroidManifest.xml
build.xml
bin/
src/
res/
assets/
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a widget on android?
Does android support the bluetooth serial port profile? Yes. 78. Can an application be started on powerup?
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);
where will you declare your activity so the system can access it?
Kindly name few of the last code given to android different versions?
How is broadcast receivers implemented?
How do I update my android os?
Define activity application component.
List the various storages that are provided by android.
In android, normally sdcard is?
Explain application of shared preference?
What are the positive and negative with volley?
What is not true about the android application lifecycle?
What is the core work of intent filter?
What are intents?