开发者

Spinner onClick show DatePicker Dialog

开发者 https://www.devze.com 2023-02-22 06:40 出处:网络
I want to focus on a Spinner by using the trackball, Click it and then get a DatePicker dialog. I don\'t actually want to use the spinner idea i just want it to look like it is a spinner. But some pro

I want to focus on a Spinner by using the trackball, Click it and then get a DatePicker dialog. I don't actually want to use the spinner idea i just want it to look like it is a spinner. But some problems arise

1.It's not possible to get focus on a spinner unless there are items in it

2.It's not possible to use the onClick() method with a spinner

3.I can't find a way to open a Dialog with the Spinner view.

Probably i'am putting too much effort in it while i could just use a TextView / Button / editText / imageView that i can click on to create a date开发者_运维知识库Pick dialog.

Or maybe there's someone with a simple solution?


try that

http://developer.android.com/resources/tutorials/views/hello-datepicker.html

0

精彩评论

暂无评论...
验证码 换一张
取 消