Controls that are not commonly used in android,

Source: Internet
Author: User

Controls that are not commonly used in android,

AutoCompleteTextView: It is a view similar to EditText (in fact, it is a subclass of EditText), but it automatically displays the list of suggestions completed when the user inputs it.

 <AutoCompleteTextView                android:layout_width="fill_parent"                android:layout_height="wrap_content" />

 

TimePicker: You can select a time in 24-hour or AM/PM mode.

<TimePicker android:id="@+id/timePicker"    android:layout_width="wrap_content"    android:layout_height="wrap_content" />

 

DatePicker: Select a date

<DatePicker                android:layout_width="wrap_content"                android:layout_height="wrap_content" />

 

DigitalClock: Display the clock in number Mode

<DigitalClock                android:layout_width="wrap_content"                android:layout_height="wrap_content" />

 

 

AnalogClock: Displays a simulated clock with two pointers (hour hands and minute hands)

<AnalogClock                android:layout_width="wrap_content"                android:layout_height="wrap_content" />

 

ImageSwitcher: Image Selector

Basic use see: http://www.cnblogs.com/zzw1994/p/5082870.html

 

 

GridView: Display items in a two-dimensional rolling network (for example, jiugongge display)

Basic use see: http://www.cnblogs.com/zzw1994/p/5082591.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.