What is a listener in android?
Answer / Mr Niraj Kumar
A Listener in Android is an interface that is used to react to events. For example, OnClickListener is a listener that reacts to touch events.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is on change?
How is broadcast receivers implemented?
What is an android one device?
What is colorstatelist?
What is Orientation?
What is toast notification?
What are the different states wherein a process is based?
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’s up with all these different versions of Android, like "Donut," "Cupcake" and "Froyo"?
 How is Mono for Android licensed?
In android, which manifest permission is needed when use gps location?
What is .iml directory?