HD Wallpapers
Pure High Definition quality wallpapers for Desktop mobiles in HD, Wide, 4K Ultra HD, 5K, 8K UHD monitor resolutions...

Android Education Lifexasy


Xamarin

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

Android Location Based Services

Android location APIs make it easy for you to build location-aware applications, without needing to

Android Sending Email

Email is messages distributed by electronic means from one system user to one or more recipient

Android Phone Calls

Android provides Built-in applications for phone calls, in some occasions we may need to make a phon

Publishing Android Application

Android application publishing is a process that makes your Android applications available to users.

Android Alert Dialog

A Dialog is small window that prompts the user to a decision or enter additional information.Some ti

Android Animations

Animation is the process of creating motion and shape changeAnimation in android is possible from ma

Android Audio Capture

Android has a built in microphone through which you can capture audio and store it , or play it in y

Android Audio Manager

You can easily control your ringer volume and ringer profile i-e:(silent,vibrate,loud e.t.c) in andr

Android Auto Complete

If you want to get suggestions , when you type in an editable text field , you can do this via AutoC

Android Best Practices

There are some practices that you can follow while developing android application. These are suggest

Android Bluetooth

Among many ways, Bluetooth is a way to send or receive data between two different devices. Android p

Android Camera

These are the following two ways, in which you can use camera in your applicationUsing existing andr

Android Clipboard

Android provides the clipboard framework for copying and pasting different types of data. The data c

Android Custom Fonts

In android, you can define your own custom fonts for the strings in your application. You just need

Android Data Backup

Android allows you to backup your application data to remote “cloud” storage, in order to provide a

Android Developer Tools

The android developer tools let you create interactive and powerful application for android platform

Android Emulator

The Android SDK includes a virtual mobile device emulator that runs on your computer. The emulator l

Android Facebook Integration

Android allows your application to connect to facebook and share data or any kind of updates on face

Android Gestures

Android provides special types of touch screen events such as pinch , double tap, scrolls , long pre

Android Google Maps

Android allows us to integrate google maps in our application. You can show any location on the map

Android Image Effects

Android allows you to manipulate images by adding different kinds of effects on the images. You can

Android Image Switcher

Sometimes you don’t want an image to appear abruptly on the screen, rather you want to apply some ki

Android Internal Storage

Android provides many kinds of storage for applications to store their data. These storage places ar

Android JetPlayer

The Android platform includes a JET engine that lets you add interactive playback of JET audio conte

Android JSON Parser

JSON stands for JavaScript Object Notation.It is an independent data exchange format and is the best

Android Linkedin Integration

Android allows your application to connect to Linkedin and share data or any kind of updates on Link

Android Loading Spinner

You can show progress of a task in android through loading progress bar. The progress bar comes in t

Android Localization

An android application can run on many devices in many different regions. In order to make your appl

Android Login Screen

A login application is the screen asking your credentials to login to some particular application. Y

Android MediaPlayer

Android provides many ways to control playback of audio/video files and streams. One of this way is

Android Multitouch

Multi-touch gesture happens when more then one finger touches the screen at the same time. Android a

Android Navigation

In this chapter, we will see that how you can provide navigation forward and backward between an app

Android Network Connection

Android lets your application connect to the internet or any other local network and allows you to p

Android NFC Guide

NFC stands for Near Field Communication, and as the name implies it provides a wireless communi

Android PHP/MYSQL

In this chapter , we are going to explain, how you can integrate PHP and MYSQL with your android app

Android Progress Circle

The easiest way to make a progress circle is using through a class called ProgressDialog. The loadin

Android Progress Bar using ProgressDialog

Progress bars are used to show progress of a task. For example, when you are uploading or downloadin

Android Push Notification

A notification is a message you can display to the user outside of your application’s normal UI. You

Android RenderScript

In this chapter, we will learn about Android RenderScript. Usually the apps on android are designed

Android RSS Reader

RSS stands for Really Simple Syndication. RSS is an easy way to share your website updates and conte

Android Screen Cast

Android Screen cast is a desktop application to control an android device remotely. If your phone is

Android SDK Manager

To download and install latest android APIs and development tools from the internet, android provide

Android Sensors

Most of the android devices have built-in sensors that measure motion, orientation, and various envi

Android Session Management

Session help you when want to store user data outside your application, so that when the next time u

Android Shared Preferences

Android provides many ways of storing data of an application. One of this way is called Shared Prefe

Android Spelling Checker

The Android platform offers a spelling checker framework that lets you implement and access spell ch

Android SQLite Database

SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in wi

Android Support Library

When you develop an app on a latest version of android like 5.x and you also want it to run on those

Android Testing

The Android framework includes an integrated testing framework that helps you test all aspects of yo

Android Text To Speech

Android allows you convert your text into voice. Not only you can convert it but it also allows you

Android TextureView

If you want to display a live video stream or any content stream such as video or an OpenGL scene, y

Android Twitter Integration

Android allows your application to connect to twitter and share data or any kind of updates on twitt

Android UI Design

In this chapter we will look at the different UI components of android screen. This chapter also cov