DatePicker Example in android -


please suggest me tutorial gives example datepicker , how use methods ondatechangedlistener, ondatechanged etc. going through sites, did not clear idea of it.

thank you

android references on datepicker quite good. have @ here.

private datepicker datepicker; //monthofyear between 0-11 datepicker.init(2010, 11, 1, new ondatechangedlistener() { @override public void ondatechanged(datepicker view, int year, int monthofyear,int dayofmonth) {     // notify user.  } }); 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -