tag

home / developersection / tag

Android Material Tab with Swipe View example
android 07-Jan-2016
Android Material Tab with Swipe View example

Android Material design is developed by google which functionality available in Android 5.0 (API Level 21) and above.

Android 6.0 Marshmallow: A Makeover or a Revolution
android 27-Oct-2015
Android 6.0 Marshmallow: A Makeover or a Revolution

Android 6.0 Marshmallow out in the market. It's advance features and improved UI is proving it to be better than the earlier Android operating systems.

Broadcast receiver in Android
android 21-Oct-2015
Broadcast receiver in Android

Broadcast Receivers simply respond to broadcast messages from other applications or from the system itself. These messages are sometime called events or intents.

Display Action Mode in Response to the User Action
android 14-Sep-2015
Display Action Mode in Response to the User Action

Action mode allows the user to take actions on specific items in our user interface.

Displaying a Context Menu in Response of User Action
android 11-Sep-2015
Displaying a Context Menu in Response of User Action

Android context menu appears when the user press long click on the element. It is also known as floating menu. Context Menu is a useful solution, particularly when we want to provide a list of actions based on an item click in a ListView.

Notification example in Android
android 21-Aug-2015
Notification example in Android

Android provides notification for user information alert. It can toast notification or push notification.

How to set listview in alert dialog on android
android 26-Jun-2015
How to set listview in alert dialog on android

A dialog is a small window that prompts the user to make a decision or enter additional information.

How to set shape of Image view in Android
android 24-Jun-2015
How to set shape of Image view in Android

In Android, you can use android.widget.ImageView class to display an image file. Image file is easy to use but hard to master,

Adapter in Android
android 30-May-2015
Adapter in Android

Adapters are the link between a set of data and the AdapterView that displays the data.

SOAP example in android
android 05-May-2015
SOAP example in android

SOAP stands for Simple Object Access Protocol.

How to create an Emulator in Android
android 17-Apr-2015
How to create an Emulator in Android

An Android Virtual Device (AVD) is an emulator configuration that lets you model an actual device by defining hardware and software options to be emul

Create Apk file of Android application
android 17-Apr-2015
Create Apk file of Android application

In this article I am telling you to create Apk file of Android application