home / developersection / tag
Android Material design is developed by google which functionality available in Android 5.0 (API Level 21) and above.
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 Receivers simply respond to broadcast messages from other applications or from the system itself. These messages are sometime called events or intents.
Action mode allows the user to take actions on specific items in our user interface.
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.
Android provides notification for user information alert. It can toast notification or push notification.
A dialog is a small window that prompts the user to make a decision or enter additional information.
In Android, you can use android.widget.ImageView class to display an image file. Image file is easy to use but hard to master,
Adapters are the link between a set of data and the AdapterView that displays the data.
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
In this article I am telling you to create Apk file of Android application