Good evening. Please tell me how to write such a counter, which increases the day of the month every second, independently of the moment the onCreate method is created.
private TextView timeDate; java.util.Date noteTS = Calendar.getInstance().getTime(); String date = "dd MMMM yyyy"; // 01 January 2013 timeDate.setText(DateFormat.format(date, noteTS));