Xamarin
Android
Android is an open source and Linux-based operating system for mobile devices such as smartphones an
Android Overview
Android is an open source and Linux-based Operating System for mobile devices such as smar
Android Environment Setup
You will be glad to know that you can start your Android application development on either of the fo
Android Architecture
Android operating system is a stack of software components which is roughly divided into five sectio
Android Application Components
Application components are the essential building blocks of an Android application. These components
Android Hello World Example
Let us start actual programming with Android Framework. Before you start writing your first example
Android Resources Organizing Accessing
There are many more items which you use to build a good Android application. Apart from coding for t
Android Activities
An activity represents a single screen with a user interface just like window or frame of Java.Andro
Android Services
A service is a component that runs in the background to perform long-running operations wi
Android Broadcast Receivers
Broadcast Receivers simply respond to broadcast messages from other applications or from the sy
Android Content Providers
A content provider component supplies data from one application to others on request. Such requests
Android Fragments
A Fragment is a piece of an activity which enable more modular activity design. It will no
Android Intents and Filters
iAn Android Intent is an abstract description of an operation to be performed. It can be u
Android UI Layouts
The basic building block for user interface is a View object which is created from the Vie
Android UI Controls
Input controls are the interactive components in your app’s user interface. Android provides a wide
Android Event Handling
Events are a useful way to collect data about a user’s interaction with interactive components of Ap
Android Styles and Themes
A style resource defines the format and look for a UI. A style can be applied to an indivi
Android Custom Components
Implementing own components in pre built-in components with extending subclass with own defined clas
Android Drag and Drop
Android drag/drop framework allows your users to move data from one View to another View in the curr
Android Notifications
A notification is a message you can display to the user outside of your application’s norm