which android event is called if i click on same item again and again?
Posted
by UMMA
on Stack Overflow
See other posts from Stack Overflow
or by UMMA
Published on 2010-05-28T12:08:20Z
Indexed on
2010/05/28
12:12 UTC
Read the original article
Hit count: 145
dear friends,
i have created a "pick date" item text inside android spinner and written event
onItemSelected to open datepicker dialog if user clicks on that perticular text.
but the problem is if once date picker is opened i press cancel of datepicker dialog and then i try to re open it
clicking on date picker text of spinner no event is called.
can any one guide me what which event should i use ?
any help would be appriciated.
© Stack Overflow or respective owner