What is a listener in android?



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

Post New Answer

More Android OS Interview Questions

What is on change?

1 Answers  


How is broadcast receivers implemented?

1 Answers  


What is an android one device?

1 Answers  


What is colorstatelist?

1 Answers  


What is Orientation?

1 Answers  


What is toast notification?

1 Answers  


What are the different states wherein a process is based?

1 Answers  


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);

1 Answers  


What’s up with all these different versions of Android, like "Donut," "Cupcake" and "Froyo"?

1 Answers  


 How is Mono for Android licensed?

1 Answers  


In android, which manifest permission is needed when use gps location?

1 Answers  


What is .iml directory?

1 Answers  


Categories