If you're looking for Android Interview Questions for Experienced or Freshers, you are at right place. There are lot of opportunities from many repute…
Status Bar Notification This Notification on Android can be done in any of the following ways: Status Bar Notification Vibrate Flashlights Play…
A Service is an application component representing either an application’s desire to perform a long-running operation while not interacting with the u…
Layouts An Android layout is a class that handles arranging the way its children appear on the screen. Anything that is a View (or inherits from View…
An Intent is Android‘s method for relaying certain information from one Activity to another. An Intent, in simpler terms, expresses to Android your in…
AndroidManifest.xml is a powerful file in the Android platform that allows you to describe the functionality and requirements of your application to A…
User Interface Components You don’t have to build all of your UI using View and ViewGroup objects. Android provides several app components that offer…
RelativeLayout RELATIVELAYOUT is a view group that displays child views in relative positions. The position of each view can be specified as relative…
Introduction Android, developed by Google, is one of the best operating systems for mobiles and digital cameras. It was under Android.Inc before Goog…
Menus are a common user interface component in many types of applications. To provide familiar and consistent user experience, you should use the Menu…
One of the most basic elements in any Graphical User Interface is the button. So in this post, we’ll talk about creating a button and adding it to our…
AlertDialogs are pop ups used to prompt a user about an action to be taken. An AlertDialog may also be used for other actions such as providing a list…
dialog is a small window that prompts the user to make a decision or enter additional information. A dialog does not fill the screen and is normally u…
Dialog Boxes A DIALOG is usually a small window that appears in front of the current Activity. The underlying Activity loses focus and the dialog acc…
FrameLayout FRAME LAYOUT is designed to display a single item at a time. You can have multiple elements within a Frame Layout but each element will b…
Implementing The Lifecycle Callbacks When an activity transitions into and out of the different states, it is notified through various callback metho…
An activity has essentially four states: - If an activity is in the foreground of the screen (at the top of the stack), it is active or running.- If …
Android Installation Because Android applications run within the Dalvik Virtual Machine, you can write them on any platform that supports the develop…
Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest file presents essential informa…
An activity is a single, focused thing that the user can do. Almost all activities interact with the user, so the Activity class takes care of creatin…
Hybrid Apps Frameworks Introduction : What is the big deal all about the Hybrid Mobile Applications and the Frameworks that support creating such app…
Android Introduction Android is an operating system (OS) which is widely used for touch-based mobile devices, such as smartphones and tablets. It is …
If you are going to attend a Kotlin interview, then it is a must for you to have an idea about kotlin and what type of questions will be asked comm…
These days, many developers prefer Kotlin over Java for Android development. One of the reasons for this is Google’s announcement in 2019. In that ann…
Over the last few years, smartphones have revolutionized our world. More and more people are using smartphones for different activities than ever befo…
If you're looking for Android Interview Questions for Experienced or Freshers, you are at right place. There are lot of opportunities from many repute…
Status Bar Notification This Notification on Android can be done in any of the following ways: Status Bar Notification Vibrate Flashlights Play…
A Service is an application component representing either an application’s desire to perform a long-running operation while not interacting with the u…
Layouts An Android layout is a class that handles arranging the way its children appear on the screen. Anything that is a View (or inherits from View…
An Intent is Android‘s method for relaying certain information from one Activity to another. An Intent, in simpler terms, expresses to Android your in…
AndroidManifest.xml is a powerful file in the Android platform that allows you to describe the functionality and requirements of your application to A…
User Interface Components You don’t have to build all of your UI using View and ViewGroup objects. Android provides several app components that offer…
RelativeLayout RELATIVELAYOUT is a view group that displays child views in relative positions. The position of each view can be specified as relative…
Introduction Android, developed by Google, is one of the best operating systems for mobiles and digital cameras. It was under Android.Inc before Goog…
Menus are a common user interface component in many types of applications. To provide familiar and consistent user experience, you should use the Menu…
One of the most basic elements in any Graphical User Interface is the button. So in this post, we’ll talk about creating a button and adding it to our…
AlertDialogs are pop ups used to prompt a user about an action to be taken. An AlertDialog may also be used for other actions such as providing a list…
dialog is a small window that prompts the user to make a decision or enter additional information. A dialog does not fill the screen and is normally u…
Dialog Boxes A DIALOG is usually a small window that appears in front of the current Activity. The underlying Activity loses focus and the dialog acc…
FrameLayout FRAME LAYOUT is designed to display a single item at a time. You can have multiple elements within a Frame Layout but each element will b…
Implementing The Lifecycle Callbacks When an activity transitions into and out of the different states, it is notified through various callback metho…
An activity has essentially four states: - If an activity is in the foreground of the screen (at the top of the stack), it is active or running.- If …
Android Installation Because Android applications run within the Dalvik Virtual Machine, you can write them on any platform that supports the develop…
Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest file presents essential informa…
An activity is a single, focused thing that the user can do. Almost all activities interact with the user, so the Activity class takes care of creatin…
Hybrid Apps Frameworks Introduction : What is the big deal all about the Hybrid Mobile Applications and the Frameworks that support creating such app…
Android Introduction Android is an operating system (OS) which is widely used for touch-based mobile devices, such as smartphones and tablets. It is …
If you are going to attend a Kotlin interview, then it is a must for you to have an idea about kotlin and what type of questions will be asked comm…
These days, many developers prefer Kotlin over Java for Android development. One of the reasons for this is Google’s announcement in 2019. In that ann…
Over the last few years, smartphones have revolutionized our world. More and more people are using smartphones for different activities than ever befo…