[android-developers] Date Picker

2012-07-10 Thread nageswara rao rajana
Hi, How to implement Cancel button in DatePickerDialog ? thanking you, nagu. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Date Picker

2012-07-10 Thread arun kumar
Hai Nagu, Refer this code snippet dialog.setButton(DialogInterface.BUTTON_NEGATIVE, getString(R.string.cancel), new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { if (which == DialogInterface.BUTTON_NEGATIVE) {

[android-developers] Date Picker using xml layout - problem in android app

2011-07-28 Thread Sivasankar K
i have some problems in using the date picker from xml layout. in my app when the user clicks a text view a custom dialog box opens. In the layout of the custom dialog box i am showing a date picker which i have place in my xml file. When it appears in the app i want a particular date to be

Re: [android-developers] Date Picker using xml layout - problem in android app

2011-07-28 Thread TreKing
On Thu, Jul 28, 2011 at 2:33 AM, Sivasankar K sivasanka...@greatinnovus.com wrote: When it appears in the app i want a particular date to be viewed, for example as 01 Jan 1950. Every time it opens it is showing the present date only. Are you setting the date to display ... ? In my dialog

Re: [android-developers] date picker and froyo

2011-03-08 Thread TreKing
On Fri, Mar 4, 2011 at 7:05 PM, Doug douglascroc...@gmail.com wrote: it is causing the app to crash when I try to view the date picker with Froyo or the Emulator with version 2.2 A callstack might help.

[android-developers] date picker and froyo

2011-03-07 Thread Doug
All, did something change with froyo around datepicker? I'm working on an app that uses a datepicker, works fine with Eclair but it is causing the app to crash when I try to view the date picker with Froyo or the Emulator with version 2.2 -- You received this message because you are subscribed

[android-developers] Date Picker Limit

2010-04-29 Thread Chirayu Dalwadi
How to limit date picker for six months from today's date? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Date Picker

2009-08-29 Thread Sasi Kumar
I want a date picker with maximum of 3 days. i want like yesterday today tomorrow this 3 days only i want. any one can sugess some idea. please reply. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android