Android interview questions with answers
Android interview questions with answers Here are some of the Android interview questions and answers to help you if you are planning on attending an interview. What is Android? Ans. Android is an open source operating system that is mainly used on mobile devices like tablets and Smartphones. Its operations are mainly based on the Linux kernel system which comprises of rich elements that enable developers to develop and run apps that are able to carry out both basic and advanced functions. What are intents? Ans. Intents display messages of notification from within the Android enabled device to the user. Intents are used to notify the user when a particular state occurs, and users have the opportunity to respond to the notification. What is ANR? Ans. ANR is the acronym for Application Not Responding. When an application is unresponsive for a long time, the dialogue shows up to let the user know about the situation. What is Orientation? Ans. Orientation di...