which android event is called if i click on same item again and again?
- by UMMA
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.