• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Datepicker problem

    I have a problem setting a date() at the datepicker item at my activity ,I use the bellow code and the date does not apply at DatePicker, what is wrong ? Date date = myapp.getAdate();// the date instance Calendar cal = Calendar.getInstance(); cal.setTime(date); DatePicker...