Wednesday, November 23, 2016

Basic Android


Android Version History & Main Features - It took only five years from the release of the first device running Android for the platform to become the most popular mobile operating system on the planet.


Hello World - It will be a simple program in which we will see how to output a sample text, say, Hello World.


Toast Message - In Android, Toast is a notification message that pop up for certain amount of time, and automtaically fades out, most people just use it for display sort message.


TextView - InAndroid,  TextView is use to display text data on the screen. For thebetter user interference this is very important to customize the textview. In this tutorial i am covering some points of customization. 


Radio Group/RadioButton - In Android, Radio Group/Radio Button is use to select single option from number of choice. For the better user interference this is very important to customize the radio button according to need of theme. In this tutorial i am covering some points of customization.


Spinner - Spinner is use to select single option from number of listed choice.


Rating Bar - Rating Bar is use to get/indicate rating . 


TimePicker - Time Piker is a type of dialog in android which is used to get time by the user.

DatePicker - Date Piker is a type of dialog in android which is used to get date by the user. 


Progress Bar - Progress Bar is a element used to visualize the progression of an extended running operation, such as a download, file transfer, or installation. Sometimes, the graphic is accompanied by a textual representation of the progress in a percent format.


Menu - Context Menu, Option Menu, Popup Menu, Main MenuMenu is use to select single option from number of listed choice.

Intent, Explicit Intent - When a intent is created with directly define target component then it is called Explicit Intent.






No comments:

Post a Comment