搜索资源列表
-
0下载:
演示Android下如何使用DatePicker和DatePickerDialog。-Demonstrates how to use Android DatePicker and DatePickerDialog.
-
-
0下载:
android的一些控件的运用,包括Animation(如震荡效果、屏幕切换效果、左右滑动效果)、Spinner(下拉列表)、AutoCompleteTextView(自动补全)、chronometer(计时器)、TimePicker(时间)、
DatePicker(日期控件)、ExpandableListView(“手风琴”效果的列表)、Gallery(画廊)、GridView(网格视图)、ImageSwitcher(图片切换器)、ProgressBar(进度条)、RatingBar(评分
-
-
0下载:
android系统仿iphone时间控件-Android iPhone time control system imitation
-
-
0下载:
package org.crazyit.dialog
import java.util.Calendar
import android.app.Activity
import android.app.DatePickerDialog
import android.app.TimePickerDialog
import android.os.Bundle
import android.view.View
import android.view.View.OnCl
-
-
0下载:
一款漂亮的适用于Android平台的弹出日历控件,相当漂亮的风格,弹出日期时间选择器。Java代码里的注释挺丰富,肯定对新手学习Android应用开发有帮助,所以发上来供学习。-A nice platform for Android pop-up calendar control, very beautiful style, pop-up date and time picker. Java code annotations very rich, and certainly for the no
-
-
0下载:
Basic example of using date and time widgets, including android.app.TimePickerDialog and android.widget.DatePicker.
-
-
0下载:
仿照苹果picker选项效果,一般Android自带的datepicker和timepicker太俗气了-Modeled the effect of apple picker options
-
-
0下载:
同时选择日期和时间,不用分开单独选择日期和时间(Datepicker and Timepicker in AlertDialog)
-