What is NotificationManager class?

What is NotificationManager class? Answer: The NotificationManager class is used to display notifications on the device's status ba...

What is an Activity?

What is an Activity? Answer: A single screen in an application, with supporting Java code Correc...

What is an intent object?

What is an intent object? Answer: An Intent object is a bundle of information Correc...

Android MapActivity is

Android MapActivity is Answer: Base class with code to manage the boring necessities of any activity that displays a MapView ...

How to make a TextView to be editable?

How to make a TextView to be editable? Answer: Either set its attribute editable ='true' or Use EditText class instead of TextView clas...

What is NotificationManager class?

What is NotificationManager class? Answer: The NotificationManager class is used to display notifications on the device's status bar ...